Skip to content
Snippets Groups Projects
Verified Commit 6a649128 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

template/swh: Fix keycloak configuration

Probably broken during a previous iteration with a rebase which swapped things up
(& silently unnoticed).

Refs. swh/infra/sysadm-environment#5194
parent 3232f27b
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,9 @@ data:
{{- include "swh.web.throttling" (dict "configurationRef" .configuration.throttlingConfigurationRef
"Values" .Values) | nindent 4 -}}
{{- end }}
{{- if .Values.web.keycloakConfigurationRef }}
{{- if .configuration.keycloakConfigurationRef }}
{{- include "swh.service.fromYaml" (dict "service" "keycloak"
"configurationRef" .Values.web.keycloakConfigurationRef
"configurationRef" .configuration.keycloakConfigurationRef
"Values" .Values) | nindent 4 }}
{{ end }}
{{- if .configuration.extraConfig -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment