Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 12s

This commit is contained in:
ties 2024-08-27 12:22:20 +00:00
parent 6710bcc6a5
commit 21ee42f85c

View File

@ -55,6 +55,7 @@ if [[ "$action" == "print" ]]; then
createHelmYaml
elif [[ -n "$KUBECONFIG_DATA" ]]; then
kubectl version --kubeconfig=/home/notroot/.kube/config
createHelmYaml | tee | kubectl apply -v -f -
else
kubectl version --client=true
fi