forked from DevFW-CICD/stacks
Create manually the grafana admin password so that it is not overwritten by helm and argocd
This commit is contained in:
parent
acf20d9470
commit
2b5aeabf12
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
grafana:
|
||||
namespaceOverride: "monitoring"
|
||||
|
||||
admin:
|
||||
existingSecret: "kube-prometheus-stack-grafana-admin-password"
|
||||
userKey: admin-user
|
||||
passwordKey: admin-password
|
||||
|
||||
grafana.ini:
|
||||
server:
|
||||
domain: cnoe.localtest.me
|
||||
|
|
Loading…
Reference in a new issue