We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be56157 commit 2d27ab2Copy full SHA for 2d27ab2
config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml
@@ -600,7 +600,7 @@ spec:
600
type: boolean
601
ifSuspended:
602
description: IfSuspended uninstalls the release even if it is
603
- suspended
+ suspended.
604
605
keepHistory:
606
description: KeepHistory tells Helm to remove all associated resources
docs/api/helmrelease.md
@@ -1885,7 +1885,7 @@ bool
1885
</em>
1886
</td>
1887
<td>
1888
-<p>IfSuspended uninstalls the release even if it is suspended</p>
+<p>IfSuspended uninstalls the release even if it is suspended.</p>
1889
1890
</tr>
1891
</tbody>
0 commit comments