mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 22:56: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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue