mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Merge pull request #6471 from ToolJet/fix/openshift-deployment
Chore: Add $HOME for npm commands on openshift
This commit is contained in:
commit
3e703229f9
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ spec:
|
|||
key: tj_host
|
||||
- name: DEPLOYMENT_PLATFORM
|
||||
value: "openshift"
|
||||
# Need to define missed HOME directory on openshift platform
|
||||
# for npm commands to work with aribitrary user
|
||||
- name: HOME
|
||||
value: "/home/appuser"
|
||||
# Set the env values below for Tooljet Database
|
||||
# - name: ENABLE_TOOLJET_DB
|
||||
# value: "true"
|
||||
|
|
|
|||
Loading…
Reference in a new issue