fix: admin creds for promtail

This commit is contained in:
unteem 2023-04-14 12:27:42 +02:00
parent 705a8a9db0
commit d89fbc38a8

View file

@ -23,11 +23,11 @@ spec:
valuesFrom: valuesFrom:
- targetPath: config.clients[0].basic_auth.username - targetPath: config.clients[0].basic_auth.username
kind: Secret kind: Secret
name: loki-auth name: loki.admin.creds
valuesKey: username valuesKey: username
- targetPath: config.clients[0].basic_auth.password - targetPath: config.clients[0].basic_auth.password
kind: Secret kind: Secret
name: loki-auth name: loki.admin.creds
valuesKey: password valuesKey: password
- kind: ConfigMap - kind: ConfigMap
name: promtail-stack-values name: promtail-stack-values