From 86e9dee57d0eaa0ec3c4c027287e999e4fbe9702 Mon Sep 17 00:00:00 2001 From: Chris Oloff Date: Thu, 21 May 2026 16:13:32 +0200 Subject: [PATCH] adding 'env' output for debugging, wip --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) 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"