File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,10 @@ cmctl x uninstall
317317
318318This command uninstalls any Helm-managed release of cert-manager.
319319
320- The CRDs will be deleted if you installed cert-manager with the option ` --set CRDs=true ` .
320+ Starting from cmctl ` v2.0.0 ` , the uninstall command is safe and will not delete the CRDs
321+ by default, even if they were installed with the Helm chart (using the option ` --set installCRDs=true ` ).
322+
323+ > 🕐 Before ` v2.0.0 ` , cmctl would remove the CRDs if they were installed with the Helm chart (similar to Helm's behavior).
321324
322325Most of the features supported by ` helm uninstall ` are also supported by this command.
323326
@@ -329,8 +332,6 @@ cmctl x uninstall
329332cmctl x uninstall --namespace my-cert-manager
330333
331334cmctl x uninstall --dry-run
332-
333- cmctl x uninstall --no-hooks
334335```
335336
336337### Upgrade
You can’t perform that action at this time.
0 commit comments