Skip to content

Commit

Permalink
fixup! Move tools & configs from /home/user/ to /home/tooling/
Browse files Browse the repository at this point in the history
  • Loading branch information
AObuchow committed Sep 18, 2023
1 parent ecb6160 commit 1cfed35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ ENV NODEJS_HOME_14=$NVM_DIR/versions/node/v$NODEJS_14_VERSION
ENV NODEJS_HOME_16=$NVM_DIR/versions/node/v$NODEJS_VERSION

# kube
ENV KUBECONFIG=/home/tooling/.kube/config
# The Che User Dashboard creates the kube config in /home/user/ and not /home/tooling/
ENV KUBECONFIG=/home/user/.kube/config

USER 0

Expand Down

0 comments on commit 1cfed35

Please sign in to comment.