From db06c10c4068372cdacd28ef978627925b7f2115 Mon Sep 17 00:00:00 2001 From: Vladyslav Zhukovskyi Date: Mon, 27 Sep 2021 11:11:05 +0300 Subject: [PATCH] Add volume mount to the runtime binary container Signed-off-by: Vladyslav Zhukovskyi --- che-editors.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/che-editors.yaml b/che-editors.yaml index afc5791339..c7cc45cff4 100644 --- a/che-editors.yaml +++ b/che-editors.yaml @@ -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 @@ -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