Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 13s
All checks were successful
Build docker container / Build image (push) Successful in 13s
This commit is contained in:
parent
f1d65ac4c9
commit
503fdd7503
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user