Skip to content

Commit 1c1e518

Browse files
docs(update): Updated kubernetesDeploy forceUpdate parameter docs (#5552)
1 parent 10f5620 commit 1c1e518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/kubernetesDeploy_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/metadata/kubernetesDeploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ spec:
265265
aliases:
266266
- name: force
267267
type: bool
268-
description: "Adds `--force` flag to a helm resource update command or to a kubectl replace command"
268+
description: "Adds `--force` flag to a helm resource update command or to a kubectl replace command. It is enabled by default and this can cause race conditions, blocked deletions or lost in-cluster state. If it's not a required behavior, then disable it."
269269
mandatory: false
270270
scope:
271271
- PARAMETERS

0 commit comments

Comments
 (0)