Skip to content
Snippets Groups Projects
Commit 2b230510 authored by Arie Peterson's avatar Arie Peterson
Browse files

Temporary fix for #8751

parent c96c306e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ data:
{{ . | indent 4 }}
{{- end }}
exec /opt/jboss/tools/docker-entrypoint.sh -b 0.0.0.0 {{ .Values.keycloak.extraArgs }}{{- if $highAvailability }} -c standalone-ha.xml{{ end }}
exec /opt/jboss/tools/docker-entrypoint.sh -b 0.0.0.0 {{ .Values.keycloak.extraArgs }}{{- if $highAvailability }} -c standalone-ha.xml{{ else }} -c standalone.xml{{ end }}
exit "$?"
keycloak.cli: |
......
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