Skip to content

Commit

Permalink
Update deprecated environment variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing committed Dec 9, 2024
1 parent 73a42ae commit f0843ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/ecs_tasks/keycloak.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
{
"valueFrom": "${admin_user_path}",
"name": "KEYCLOAK_ADMIN"
"name": "KC_BOOTSTRAP_ADMIN_USERNAME"
},
{
"valueFrom": "${admin_password_path}",
"name": "KEYCLOAK_ADMIN_PASSWORD"
"name": "KC_BOOTSTRAP_ADMIN_PASSWORD"
},
{
"valueFrom" : "${client_secret_path}",
Expand Down

0 comments on commit f0843ff

Please sign in to comment.