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:
parent
b0846ab5fa
commit
b54d87e071
1 changed files with 1 additions and 2 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue