Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 12s
All checks were successful
Build docker container / Build image (push) Successful in 12s
This commit is contained in:
parent
3c3d1481bb
commit
e8ef4cc402
@ -65,6 +65,9 @@ elif [[ "$action" == "deploy" ]] && [[ -n "$KUBECONFIG_DATA" ]]; then
|
||||
elif [[ "$action" == "deploy" ]]; then
|
||||
echo "# no .kube/config set"
|
||||
kubectl version --client=true
|
||||
elif [[ "$action" == "debug" ]]; then
|
||||
echo "# dumping files"
|
||||
find . -type f -print -exec cat {} \;
|
||||
else
|
||||
echo "# invalid action"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user