chore(shell/kubernetes): add completion setup for helm and helmfile

This commit is contained in:
2024-10-18 12:14:46 +01:00
parent 743f99db4f
commit 0ab34484d0

View File

@@ -47,3 +47,11 @@ fi
if command-exists kubens; then
_setup-kubectx-completion kubens
fi
if command-exists helm; then
setup-completions helm "$(command-path helm)" helm completion zsh
fi
if command-exists helmfile; then
setup-completions helmfile "$(command-path helmfile)" helmfile completion zsh
fi