diff --git a/zsh/kubernetes.zsh b/zsh/kubernetes.zsh index 7277d97..1f20343 100644 --- a/zsh/kubernetes.zsh +++ b/zsh/kubernetes.zsh @@ -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