mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 14:46:41 +00:00
fix: admin creds for promtail
This commit is contained in:
parent
705a8a9db0
commit
d89fbc38a8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue