Skip to content

Commit

Permalink
Support custom keycloak image even if sticky sessions is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Feb 8, 2024
1 parent 45d7540 commit ed353b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ spec:
# to avoid receiving all requests on a single Keycloak Pod.
haproxy.router.openshift.io/balance: roundrobin
haproxy.router.openshift.io/disable_cookies: 'true'
{{- if .Values.keycloakImage }}
{{end}}
{{ if .Values.keycloakImage }}
image: {{ .Values.keycloakImage }}
startOptimized: {{ .Values.startOptimized }}
{{- end }}
{{end}}
{{ end }}
features:
enabled:
- multi-site # <2>
Expand Down

0 comments on commit ed353b3

Please sign in to comment.