From d63f8c4174a85c03ba16e68371de96b2975df4a7 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Jun 2025 22:46:26 +0300 Subject: [PATCH] Test order values by sections --- automation/cloudflared-sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 9f99069..9aa64c0 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -14,6 +14,7 @@ INFRA_REPO_URL="https://${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/infra.git" SANDBOX_CLONE=".tmp-repos/sandbox" INFRA_CLONE=".tmp-repos/infra" GENERATED_FILE="$(pwd)generated-values/cloudflared-values.yaml" +pwd $GENERATED_FILE ORIGINAL_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml" MERGED_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml"