Skip to content

Commit

Permalink
Removed workaround for missing certificate
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 28, 2024
1 parent c46a3f6 commit 873ca60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ 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
2 changes: 2 additions & 0 deletions provision/openshift/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ output: prefixed

dotenv: ['.env']

set: [pipefail]

includes:
common: ../common
keycloak:
Expand Down

0 comments on commit 873ca60

Please sign in to comment.