From b54d87e071c685caa82307213089cb8dde927987 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 16 Mar 2026 15:59:03 -0700 Subject: [PATCH] Fix shell syntax error in unpoller dashboard initcontainer Comments can't appear inside a for-in list in sh. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/grafana/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/argocd/manifests/grafana/deployment.yaml b/argocd/manifests/grafana/deployment.yaml index 130618c..86e7eb7 100644 --- a/argocd/manifests/grafana/deployment.yaml +++ b/argocd/manifests/grafana/deployment.yaml @@ -102,9 +102,8 @@ spec: BASE_URL="https://forge.ops.eblu.me/mirrors/unpoller-dashboards/raw/branch/master/v2.0.0" DEST="/tmp/dashboards/UniFi" mkdir -p "$DEST" + # DPI dashboard omitted — requires DPI enabled on both UX7 and UnPoller for f in \ - # DPI dashboard requires DPI enabled on both UX7 and UnPoller - # "UniFi-Poller_ Client DPI - Prometheus.json" \ "UniFi-Poller_ Client Insights - Prometheus.json" \ "UniFi-Poller_ Network Sites - Prometheus.json" \ "UniFi-Poller_ UAP Insights - Prometheus.json" \