Skip to content

Commit

Permalink
set home for func (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrangelramos authored Feb 7, 2024
1 parent 8151d66 commit 7cd8e19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
env:
- name: FUNC_IMAGE
value: "$(params.image)"
- name: HOME
value: "/tmp"
command:
- /ko-app/kn
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
env:
- name: FUNC_IMAGE
value: "$(params.image)"
- name: HOME
value: "/tmp"
command:
- /ko-app/kn
args:
Expand Down

0 comments on commit 7cd8e19

Please sign in to comment.