Skip to content

Commit 07347ae

Browse files
committed
Allow HelmRelease uninstall even if suspended
Signed-off-by: Luke Addison <[email protected]>
1 parent 5d85f0d commit 07347ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/v2beta1/helmrelease_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ type Uninstall struct {
808808
// +optional
809809
DisableWait bool `json:"disableWait,omitempty"`
810810

811-
// IfSuspended uninstalls the release even if it is suspended
811+
// IfSuspended uninstalls the release even if it is suspended.
812812
IfSuspended bool `json:"ifSuspended,omitempty"`
813813
}
814814

config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ spec:
600600
type: boolean
601601
ifSuspended:
602602
description: IfSuspended uninstalls the release even if it is
603-
suspended
603+
suspended.
604604
type: boolean
605605
keepHistory:
606606
description: KeepHistory tells Helm to remove all associated resources

docs/api/helmrelease.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ bool
18851885
</em>
18861886
</td>
18871887
<td>
1888-
<p>IfSuspended uninstalls the release even if it is suspended</p>
1888+
<p>IfSuspended uninstalls the release even if it is suspended.</p>
18891889
</td>
18901890
</tr>
18911891
</tbody>

0 commit comments

Comments
 (0)