Skip to content

Commit

Permalink
Revert "Replace jboss.site.name env variable with spi option"
Browse files Browse the repository at this point in the history
This is reverted because keycloak upstream/main is currently broken and
nigthly build that requires this change was not built

This reverts commit d7c1d05.
  • Loading branch information
mhajas committed Feb 1, 2024
1 parent d7c1d05 commit 3d0a7ed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ spec:
secret:
name: remote-store-secret
key: password
{{- if .Values.infinispan.site }}
- name: spi-connections-infinispan-quarkus-site-name
value: {{ .Values.infinispan.site }}
{{- end }}
# end::keycloak-ispn[]
{{- end }}
{{- if .Values.infinispan.jgroupsTls }}
Expand Down Expand Up @@ -222,6 +218,9 @@ spec:
{{- if .Values.cryostat }}
-Dcom.sun.management.jmxremote.port=9091 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
{{- end }}
{{- if .Values.infinispan.site }}
-Djboss.site.name={{.Values.infinispan.site}}
{{- end }}
# end::keycloak[]
# end::keycloak-ispn[]
ports:
Expand Down

0 comments on commit 3d0a7ed

Please sign in to comment.