Merge pull request #1349 from brianphillips/helm-completion
Add support for helm completionpull/1353/head
commit
15f25a88d5
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# helm (Kubernetes Package Manager) completion
|
||||||
|
|
||||||
|
if command -v helm &>/dev/null
|
||||||
|
then
|
||||||
|
eval "$(helm completion bash)"
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue