Skip to content

Commit

Permalink
Fix typo in KC_DB_URL_DATABASE environment variable
Browse files Browse the repository at this point in the history
Fixes #571
Signed-off-by: Philip Sanetra <[email protected]>
  • Loading branch information
PSanetra authored and thomasdarimont committed Apr 11, 2022
1 parent 515b0b7 commit b6675ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloakx/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
value: {{ .Values.database.port | quote }}
{{- end }}
{{- if .Values.database.database }}
- name: KC_DB_DATABASE
- name: KC_DB_URL_DATABASE
value: {{ .Values.database.database }}
{{- end }}
{{- if .Values.database.username }}
Expand Down
1 change: 1 addition & 0 deletions charts/keycloakx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ database:
vendor:
hostname:
port:
database:
username:
password:

Expand Down

0 comments on commit b6675ff

Please sign in to comment.