Skip to content

Commit

Permalink
fix(grafana): enable side car for dashboards and datasources
Browse files Browse the repository at this point in the history
Copied config from kube-prometheus-stack
  • Loading branch information
khuedoan committed May 19, 2023
1 parent a5ecaaf commit c2d1263
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions platform/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ grafana:
- secretName: grafana-general-tls
hosts:
- *host
sidecar:
dashboards:
enabled: true
searchNamespace: monitoring-system
datasources:
enabled: true
searchNamespace: monitoring-system
envFromSecret: grafana-secrets
grafana.ini:
server:
Expand Down

0 comments on commit c2d1263

Please sign in to comment.