Skip to content

Commit ba35b00

Browse files
committed
docs/spec: document Helm uninstall wait behavior
Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent 7d6c0f7 commit ba35b00

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/spec/v2beta1/helmreleases.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@ type Uninstall struct {
433433
// release as deleted, but retain the release history.
434434
// +optional
435435
KeepHistory bool `json:"keepHistory,omitempty"`
436+
437+
// DisableWait disables waiting for all the resources to be deleted after
438+
// a Helm uninstall is performed.
439+
// +optional
440+
DisableWait bool `json:"disableWait,omitempty"`
436441
}
437442

438443
// Kustomize Helm PostRenderer specification.
@@ -786,8 +791,8 @@ kubectl get all --all-namespaces \
786791

787792
### Disabling resource waiting
788793

789-
For install, upgrade, and rollback actions resource waiting is enabled by default,
790-
but can be disabled by setting `spec.<action>.disableWait`.
794+
For install, upgrade, rollback, and uninstall actions resource waiting is
795+
enabled by default, but can be disabled by setting `spec.<action>.disableWait`.
791796

792797
Waiting for jobs to complete is enabled by default,
793798
but can be disabled by setting `spec.<action>.disableWaitForJobs`.

0 commit comments

Comments
 (0)