Skip to content

Commit

Permalink
Merge pull request #60 from alchemy-fr/PS-753_dashboard_env_keycloak
Browse files Browse the repository at this point in the history
PS-753 DASHBOARD_CLIENT_URL in Keycloak deployment
  • Loading branch information
nmaillat authored Jan 30, 2025
2 parents e6b2bc0 + ba858b4 commit 654f8ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.2.0
version: 2.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 2 additions & 0 deletions charts/phrasea/templates/keycloak/keycloak-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
name: {{ include "secretName.postgresql" $ }}
- secretRef:
name: keycloak
- configMapRef:
name: urls-config
env:
- name: KC_PROXY
value: edge
Expand Down

0 comments on commit 654f8ce

Please sign in to comment.