List all releases when doing completion

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
pull/5562/head
Marc Khouzam 7 years ago
parent 6a33235fc8
commit 0980100560

@ -72,7 +72,7 @@ __helm_override_flags()
__helm_list_releases()
{
local out
if out=$(helm list $(__helm_override_flags) -q 2>/dev/null); then
if out=$(helm list $(__helm_override_flags) -a -q 2>/dev/null); then
COMPREPLY=( $( compgen -W "${out[*]}" -- "$cur" ) )
fi
}

Loading…
Cancel
Save