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
|
||||
plugins:
|
||||
# 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:
|
||||
shortCut: Ctrl-P
|
||||
description: Helm Purge
|
||||
|
|
|
|||
Loading…
Reference in New Issue