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: chart:
spec: spec:
chart: loki chart: loki
version: 6.6.4 # latest as of July 2025 version: 6.6.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: grafana name: grafana
@ -52,7 +52,7 @@ spec:
chart: chart:
spec: spec:
chart: grafana chart: grafana
version: 7.3.0 # latest as of July 2025 version: 7.3.0
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: grafana name: grafana
@ -60,8 +60,10 @@ spec:
install: install:
createNamespace: true createNamespace: true
values: values:
adminUser: admin admin:
adminPassword: admin # change this existingSecret: grafana-admin-secret
userKey: admin-user
passwordKey: admin-password
service: service:
type: LoadBalancer type: LoadBalancer
datasources: datasources: