7 lines
160 B
Bash
7 lines
160 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
helm dep update
|
||
|
|
||
|
# Create ZDT dashboard configmap
|
||
|
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml
|