fix: --home flag has been removed

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
pull/6263/head
Marc Khouzam 6 years ago
parent 5d403b5a0a
commit 8742b670b4

@ -28,7 +28,7 @@ import (
const ( const (
bashCompletionFunc = ` bashCompletionFunc = `
__helm_override_flag_list=(--kubeconfig --kube-context --home --namespace -n) __helm_override_flag_list=(--kubeconfig --kube-context --namespace -n)
__helm_override_flags() __helm_override_flags()
{ {
local ${__helm_override_flag_list[*]##*-} two_word_of of var local ${__helm_override_flag_list[*]##*-} two_word_of of var

Loading…
Cancel
Save