kindplane chart uninstall
kindplane chart uninstall¶
Uninstall a Helm release
Synopsis¶
Uninstall a Helm release from the cluster.
Examples¶
# Uninstall a release
kindplane chart uninstall nginx-ingress --namespace ingress-nginx
# Force uninstall without confirmation
kindplane chart uninstall prometheus --namespace monitoring --force
Options¶
-f, --force Skip confirmation prompt
-h, --help help for uninstall
-n, --namespace string Release namespace (required)
--timeout duration Timeout for uninstallation (default 5m0s)
Options inherited from parent commands¶
SEE ALSO¶
- kindplane chart - Manage Helm charts