From b346ced5314257aabdd54b776af326df975fc904 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Jun 2025 22:48:03 +0300 Subject: [PATCH] Test order values by sections --- automation/cloudflared-sync.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 9aa64c0..5d6f704 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -13,8 +13,7 @@ SANDBOX_REPO_URL="https://git.dvirlabs.com/dvirlabs/sandbox.git" 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 +GENERATED_FILE="/woodpecker/src/git.dvirlabs.com/dvirlabs/apps-gitops" ORIGINAL_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml" MERGED_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml"