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:
- targetPath: config.clients[0].basic_auth.username
kind: Secret
name: loki-auth
name: loki.admin.creds
valuesKey: username
- targetPath: config.clients[0].basic_auth.password
kind: Secret
name: loki-auth
name: loki.admin.creds
valuesKey: password
- kind: ConfigMap
name: promtail-stack-values