Grafana dashboard loading
Grafana dashboard loading
1
2
3
4
5
6
7
8
helm repo add grafana https://grafana.github.io/helm-charts
helm template \
--show-only templates/configmap-dashboard-provider.yaml  \
--show-only templates/deployment.yaml  \
--set sidecar.dashboards.enabled=true  \
--set sidecar.dashboards.searchNamespace=ALL  \
grafana/grafana
 This post is licensed under  CC BY 4.0  by the author.
