Skip to content

Commit

Permalink
Add volume mount to the runtime binary container
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
  • Loading branch information
vzhukovs committed Sep 27, 2021
1 parent 43cc0a9 commit db06c10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ editors:
- name: REMOTE_ENDPOINT_VOLUME_NAME
value: remote-endpoint
volumeMounts:
- name: plugins
path: /plugins
- name: remote-endpoint
path: /remote-endpoint
- name: remote-endpoint
Expand Down Expand Up @@ -315,6 +317,8 @@ editors:
- name: REMOTE_ENDPOINT_VOLUME_NAME
value: remote-endpoint
volumeMounts:
- name: plugins
path: /plugins
- name: remote-endpoint
path: /remote-endpoint
- name: remote-endpoint
Expand Down

0 comments on commit db06c10

Please sign in to comment.