diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 4871fae..9f99069 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -13,7 +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="generated-values/cloudflared-values.yaml" +GENERATED_FILE="$(pwd)generated-values/cloudflared-values.yaml" ORIGINAL_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml" MERGED_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml"