Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix(keycloak): fix DSFR_THEME_HOME_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Sep 20, 2023
1 parent ecfcc51 commit 5f95349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ keycloakx:
- name: JAVA_OPTS_APPEND
value: "-Djgroups.dns.query=keycloak-headless"
- name: DSFR_THEME_HOME_URL
value: "{{ .Values.global.host }}"
value: "https://{{ .Values.global.host }}"
extraVolumes: |
- name: keycloak-realm-tpl
configMap:
Expand Down

0 comments on commit 5f95349

Please sign in to comment.