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:
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue