We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028a52e commit b72fd27Copy full SHA for b72fd27
content/docs/reference/cmctl.md
@@ -317,7 +317,10 @@ cmctl x uninstall
317
318
This command uninstalls any Helm-managed release of cert-manager.
319
320
-The CRDs will be deleted if you installed cert-manager with the option `--set CRDs=true`.
+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).
324
325
Most of the features supported by `helm uninstall` are also supported by this command.
326
0 commit comments