diff --git a/entrypoint.sh b/entrypoint.sh index 081d428..bad6245 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,6 +21,8 @@ if [ -z "$GITHUB_SHA" ]; then echo "GITHUB_SHA not defined, pass it in the environment with an 'env:' clause to the action" && exit 1 fi +env + echo "Going to apply kustomization configuration at ${KUST_CONFIG}" echo "K3S_YAML:" echo "$K3S_YAML"