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