Move admin creds to secret
This commit is contained in:
parent
e7201159fa
commit
64ac0658fa
1 changed files with 6 additions and 4 deletions
|
@ -23,7 +23,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: loki
|
||||
version: 6.6.4 # latest as of July 2025
|
||||
version: 6.6.4
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: grafana
|
||||
|
@ -52,7 +52,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: grafana
|
||||
version: 7.3.0 # latest as of July 2025
|
||||
version: 7.3.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: grafana
|
||||
|
@ -60,8 +60,10 @@ spec:
|
|||
install:
|
||||
createNamespace: true
|
||||
values:
|
||||
adminUser: admin
|
||||
adminPassword: admin # change this
|
||||
admin:
|
||||
existingSecret: grafana-admin-secret
|
||||
userKey: admin-user
|
||||
passwordKey: admin-password
|
||||
service:
|
||||
type: LoadBalancer
|
||||
datasources:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue