Update version and indentation in configuration.yaml
This commit is contained in:
parent
61497e1769
commit
77451f90e4
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ icon: https://matrix.org/images/matrix-logo.svg
|
|||
appVersion: 1.99.0
|
||||
|
||||
type: application
|
||||
version: 4.0.5
|
||||
version: 4.0.7
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -132,7 +132,7 @@ data:
|
|||
oidc_providers:
|
||||
{{- range .Values.config.oidcProviders }}
|
||||
- {{- range $key, $value := . }}
|
||||
{{ $key }}: {{ $value | toYaml | nindent 6 }}
|
||||
{{ $key }}: {{ $value | toYaml | nindent 10 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue