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

This commit is contained in:
ties 2024-08-29 12:02:46 +00:00
parent f1d65ac4c9
commit 503fdd7503

View File

@ -73,6 +73,7 @@ echo "# Action: $action"
if [[ -n "$KUBECONFIG_DATA" ]]; then
mkdir -p /root/.kube
echo "$KUBECONFIG_DATA" > /root/.kube/config
chmod 600 /root/.kube/config
fi
# Check if the action environment variable is set to 'print'