Difference between revisions of "Helm uninstall"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
* <code>[[helm list]]</code>
 
* <code>[[helm list]]</code>
 
* <code>[[helm delete]]</code>
 
* <code>[[helm delete]]</code>
* <code>[[helm install]]</code>
+
* <code>[[helm install]]</code>: <code>[[helm install --set persistence.enabled=true grafana grafana/grafana]]</code>
 
* [[Persistence]]
 
* [[Persistence]]
  

Revision as of 12:31, 25 May 2022

helm uninstall grafana
release "grafana" uninstalled
helm uninstall mygrafana
release "mygrafana" uninstalled
helm uninstall grafana
W1205 23:27:05.513426   48468 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
W1205 23:27:05.536697   48468 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
release "grafana" uninstalled
helm uninstall
Error: "helm uninstall" requires at least 1 argument 

Usage:  helm uninstall RELEASE_NAME [...] [flags]

Related

See also

Advertising: