Update version and indentation in configuration.yaml

This commit is contained in:
Tommy 2024-01-18 16:34:26 +01:00
parent 61497e1769
commit 77451f90e4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 }}