Skip to content

Commit

Permalink
update configuration to correct environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kgudel committed Dec 18, 2024
1 parent 67c90fe commit 22978c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kubernetes/keycloak/keycloak_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ extraEnvVars:
value: reencrypt
- name: KC_HOSTNAME_STRICT
value: 'true'
- name: KC_HOSTNAME_URL
- name: KC_HOSTNAME
valueFrom:
configMapKeyRef:
name: http-configmap
key: auth.url
- name: KC_ADMIN_HOSTNAME
valueFrom:
configMapKeyRef:
name: http-configmap
Expand Down

0 comments on commit 22978c9

Please sign in to comment.