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.yaml
mine
Guillaume Berche 2024-08-16 01:53:35 +02:00 committed by GitHub
parent 0cdf0f537c
commit 2a1f4e13b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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