updated kustomize_install_helm_charts.sh

pull/16/head
Hari Sekhon 2 years ago
parent 355e1d3e1e
commit 166e824bc8

@ -43,8 +43,8 @@ help_usage "$@"
min_args 1 "$@"
type -P helm &>/dev/null || "$srcdir/install_helm.sh"
type -P yq &>/dev/null || "$srcdir/install_yq.sh"
type -P helm &>/dev/null || "$srcdir/setup/install_helm.sh"
type -P yq &>/dev/null || "$srcdir/setup/install_yq.sh"
helm_repos="$(helm repo list -o yaml | yq -r '.[].url')"

Loading…
Cancel
Save