From 54bee451741a4b8afc88ef1754c6b9e2d72a61d6 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Jun 2025 16:39:26 +0300 Subject: [PATCH] Test the script --- automation/cloudflared-sync.sh | 2 ++ 1 file changed, 2 insertions(+) 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