Update helm-purge.yaml (#2787)
* Update helm-purge.yaml Document prereq to install https://github.com/robertsmieja/kubectl-purge in order for kubectl purge Otherwise fails with > $ kubectl purge > error: unknown command "purge" for "kubectl" * Update helm-purge.yamlmine
parent
0cdf0f537c
commit
2a1f4e13b2
|
|
@ -1,6 +1,7 @@
|
||||||
# $HOME/.k9s/plugin.yml
|
# $HOME/.k9s/plugin.yml
|
||||||
plugins:
|
plugins:
|
||||||
# Issues a helm delete --purge for the resource associated with the selected pod
|
# Issues a helm delete --purge for the resource associated with the selected pod
|
||||||
|
# Requires https://github.com/derailed/k9s/blob/master/plugins/kubectl/kubectl-purge
|
||||||
helm-purge:
|
helm-purge:
|
||||||
shortCut: Ctrl-P
|
shortCut: Ctrl-P
|
||||||
description: Helm Purge
|
description: Helm Purge
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue