diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 41f2f1d..9ab171b 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -3,6 +3,8 @@ ORIGINAL_FILE="../infra/cloudflared/values.yaml" MERGED_FILE="../infra/cloudflared/values.yaml" GENERATED_FILE="generated-values/cloudflared-values.yaml" +apt install -y yq jq + echo "🔁 Merging new entries into: $ORIGINAL_FILE" # Extract original ingress list