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

This commit is contained in:
ties 2024-08-27 11:20:28 +00:00
parent b8ef768471
commit 8a92e45d1f

View File

@ -53,7 +53,7 @@ fi
# Check if the action environment variable is set to 'print' # Check if the action environment variable is set to 'print'
if [[ "$action" == "print" ]]; then if [[ "$action" == "print" ]]; then
createHelmYaml createHelmYaml
elif [[ -z "$KUBECONFIG_DATA" ]]; then elif [[ "$KUBECONFIG_DATA" ]]; then
wc -l /home/notroot/.kube/config wc -l /home/notroot/.kube/config
ls -alh /home/notroot/.kube/config ls -alh /home/notroot/.kube/config
kubectl version --client=true kubectl version --client=true