Skip to content

Commit

Permalink
Workaround for missing certificate
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Feb 8, 2024
1 parent 262c8d9 commit 3970213
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
# tag::keycloak-ispn[]
additionalOptions:
# end::keycloak-ispn[]
# Workaround until https://github.com/keycloak/keycloak/issues/26910 is available
- name: truststore-paths
value: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt,/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt
{{ if or (eq .Values.database "infinispan") (eq .Values.database "postgres+infinispan") }}
- name: storage-hotrod-host
value: infinispan
Expand Down

0 comments on commit 3970213

Please sign in to comment.