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) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-16 15:59:03 -07:00
commit b54d87e071

View file

@ -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" \