I have been in DevOps related jobs for past 6 years dealing mainly with Kubernetes in AWS and on-premise as well. I spent quite a lot …
:date_long | 1 min Read
Grafana dashboard loading
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