Move admin creds to secret

This commit is contained in:
j 2025-07-01 22:31:51 +10:00
parent e7201159fa
commit 64ac0658fa

View file

@ -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: