diff --git a/createHelmYaml.sh b/createHelmYaml.sh index f79b3d8..47955d3 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -59,6 +59,10 @@ fi # Check if the action environment variable is set to 'print' if [[ "$action" == "print" ]]; then + pwd + echo "----" + ls -1 + echo "----" createHelmYaml elif [[ "$action" == "deploy" ]] && [[ -n "$KUBECONFIG_DATA" ]]; then kubectl version --kubeconfig=/home/notroot/.kube/config