From 34e0def5a5a401fe488d73755227c71c58c556f1 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:23:36 +0300 Subject: [PATCH] Debug --- automation/cloudflared-sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 981754b..073641f 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -1,6 +1,7 @@ # CONFIG ORIGINAL_FILE="../infra/cloudflared/values.yaml" MERGED_FILE="../infra/cloudflared/values.yaml" +ls -l GENERATED_FILE="generated-values/cloudflared-values.yaml" echo "🔁 Merging new entries into: $ORIGINAL_FILE"