11 lines
208 B
Bash
Executable File
11 lines
208 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. ../../scripts/lib-update.sh
|
|
|
|
update_helm
|
|
|
|
# Create ZDT dashboard configmap
|
|
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/argo-cd/grafana-dashboards.yaml
|
|
|
|
update_docs
|