Skip to content

Commit

Permalink
dbildungs-iam-keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
dbildungs-iam-keycloak-gha committed Nov 18, 2024
1 parent 9be05d0 commit 848c2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/dbildungs-iam-keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: DBP-1079
description: A Helm Chart for the dbildungs-iam-keycloak
name: dbildungs-iam-keycloak
type: application
version: 0.0.0-dbp-1079-20241118-1418
version: 0.0.0-dbp-1079-20241118-1431
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
readinessProbe: {{- omit .Values.readinessProbe "enabled" | toYaml | nindent 12 }}
env:
- name: JAVA_OPTS_APPEND
value: "-Djgroups.dns.query={{ template "common.names.name" . }}.{{ template "common.names.namespace" . }}-headless.svc.cluster.local"
value: "-Djgroups.dns.query={{ template "common.names.name" . }}-headless.{{ template "common.names.namespace" . }}.svc.cluster.local"
- name: KEYCLOAK_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 848c2df

Please sign in to comment.