add grafana values

This commit is contained in:
Aaron Riedel 2023-06-14 07:54:39 +02:00
parent 6efe28a8ef
commit fe03ff3dd6
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 8 additions and 0 deletions

View file

@ -162,6 +162,11 @@ spec:
targetRevision: 6.52.8 targetRevision: 6.52.8
helm: helm:
releaseName: grafana releaseName: grafana
valueFiles:
- $values/grafana/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
- repoURL: https://git.ar21.de/yolokube/core-deployments.git - repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD targetRevision: HEAD
path: grafana path: grafana

3
grafana/values.yaml Normal file
View file

@ -0,0 +1,3 @@
sidecar:
dashboards:
enabled: true