forked from DevFW-CICD/stacks
Removed Grafana admin account
This commit is contained in:
parent
6eb52e654c
commit
63a694d17c
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