forked from DevFW-CICD/stacks
Added Grafana admin account
This commit is contained in:
parent
63a694d17c
commit
1ef1029e1f
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
grafana:
|
grafana:
|
||||||
namespaceOverride: "monitoring"
|
namespaceOverride: "monitoring"
|
||||||
|
|
||||||
#admin:
|
admin:
|
||||||
# existingSecret: "kube-prometheus-stack-grafana-admin-password"
|
existingSecret: "kube-prometheus-stack-grafana-admin-password"
|
||||||
# userKey: admin-user
|
userKey: admin-user
|
||||||
# passwordKey: admin-password
|
passwordKey: admin-password
|
||||||
|
|
||||||
defaultDashboardsTimezone: Europe/Berlin
|
defaultDashboardsTimezone: Europe/Berlin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue