We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fdd55 commit c39bc9bCopy full SHA for c39bc9b
values/loki/auth-config.gotmpl
@@ -4,6 +4,6 @@ users:
4
orgid: admins
5
{{- range $id, $team := .teams }}
6
- username: {{ $id }}
7
- password: {{ $team | get "password" "XXXX" }}
+ password: {{ $team.settings.password }}
8
orgid: {{ $id }}
9
{{- end }}
0 commit comments