add grafana values
This commit is contained in:
parent
6efe28a8ef
commit
fe03ff3dd6
2 changed files with 8 additions and 0 deletions
|
@ -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
3
grafana/values.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
sidecar:
|
||||||
|
dashboards:
|
||||||
|
enabled: true
|
Loading…
Reference in a new issue