Skip to content

Commit

Permalink
UPDATE: deprecated env variables.
Browse files Browse the repository at this point in the history
Update the variables because they are deprecated with v 26

Closes: #557
  • Loading branch information
yadkov committed Oct 15, 2024
1 parent c94ea09 commit a72ec93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ spec:
image: quay.io/keycloak/keycloak:$$VERSION$$
args: ["start-dev"]
env:
- name: KEYCLOAK_ADMIN
- name: KC_BOOTSTRAP_ADMIN_USERNAME
value: "admin"
- name: KEYCLOAK_ADMIN_PASSWORD
- name: KC_BOOTSTRAP_ADMIN_PASSWORD
value: "admin"
- name: KC_PROXY
value: "edge"
- name: KC_PROXY_HEADERS
value: "xforwarded"
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit a72ec93

Please sign in to comment.