Skip to content

Commit

Permalink
Override HOME to /home/kogito
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Feb 5, 2024
1 parent 0fed6cc commit 9c4d89a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/kogito-system-user/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ execute:
envs:
- name: "KOGITO_HOME"
value: "/home/kogito"
# Force override here since some images depends on OpenJDK, which sets home to /home/jboss. Might be worth removing the kogito user and keep jboss instead. TODO: open an issue to track it and link to Kogito Operator deprecation.
- name: "HOME"
value: "/home/kogito"
- name: "USER"
value: "kogito"

0 comments on commit 9c4d89a

Please sign in to comment.