Skip to content

Commit

Permalink
update post install job
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad-alisafaee committed Mar 14, 2022
1 parent 1edab8b commit 3a90f41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-chart/renku/templates/post-install-job-keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ spec:
"--admin-password=$(KEYCLOAK_ADMIN_PASSWORD)",
"--keycloak-url=$(KEYCLOAK_URL)",
"--users-file=/app/data/users",
"--clients-file=/app/data/clients"
"--clients-file=/app/data/clients",
"--apply-changes"
]

volumeMounts:
Expand Down

0 comments on commit 3a90f41

Please sign in to comment.