Skip to content

Commit

Permalink
Update helm-purge.yaml
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
gberche-orange authored Jul 11, 2024
1 parent 350439b commit dc87311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/helm-purge.yaml
Original file line number Diff line number Diff line change
@@ -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/robertsmieja/kubectl-purge
helm-purge:
shortCut: Ctrl-P
description: Helm Purge
Expand Down

0 comments on commit dc87311

Please sign in to comment.