1 changed file
kubernetes | ||
pluto_detect_helm_materialize.sh | ||
pluto_detect_helm_materialize.sh
/kubernetes/pluto_detect_helm_materialize.sh-1+1/kubernetes/pluto_detect_helm_materialize.sh
Add comment 49 dir="${1:-.}"
Add comment 50
Add comment 51 for x in helm pluto yq; do
Add comment 52 Minus if ! type -P &>/dev/null; then
Add comment 52 Plus if ! type -P "$x" &>/dev/null; then
Add comment 53 "$srcdir/../install_$x.sh"
Add comment 54 fi
Add comment 55 done