Skip to content

Commit

Permalink
Allow HelmRelease uninstall even if suspended
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Addison <[email protected]>
  • Loading branch information
dippynark committed Nov 25, 2022
1 parent 5d85f0d commit 07347ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v2beta1/helmrelease_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ type Uninstall struct {
// +optional
DisableWait bool `json:"disableWait,omitempty"`

// IfSuspended uninstalls the release even if it is suspended
// IfSuspended uninstalls the release even if it is suspended.
IfSuspended bool `json:"ifSuspended,omitempty"`
}

Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ spec:
type: boolean
ifSuspended:
description: IfSuspended uninstalls the release even if it is
suspended
suspended.
type: boolean
keepHistory:
description: KeepHistory tells Helm to remove all associated resources
Expand Down
2 changes: 1 addition & 1 deletion docs/api/helmrelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ bool
</em>
</td>
<td>
<p>IfSuspended uninstalls the release even if it is suspended</p>
<p>IfSuspended uninstalls the release even if it is suspended.</p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 07347ae

Please sign in to comment.