diff --git a/dependencies/che-plugin-registry/che-editors.yaml b/dependencies/che-plugin-registry/che-editors.yaml index fdc7c561c..65ddb575a 100644 --- a/dependencies/che-plugin-registry/che-editors.yaml +++ b/dependencies/che-plugin-registry/che-editors.yaml @@ -297,9 +297,15 @@ editors: - id: init-container-command apply: component: che-code-injector + - id: init-che-code-command + exec: + component: che-code-runtime-description + commandLine: 'nohup /checode/entrypoint-volume.sh > /checode/entrypoint-logs.txt 2>&1 &' events: preStart: - init-container-command + postStart: + - init-che-code-command components: - name: che-code-injector container: @@ -319,8 +325,6 @@ editors: memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m - command: - - /checode/entrypoint-volume.sh volumeMounts: - name: checode path: /checode @@ -379,9 +383,15 @@ editors: - id: init-container-command apply: component: che-code-injector + - id: init-che-code-command + exec: + component: che-code-runtime-description + commandLine: 'nohup /checode/entrypoint-volume.sh > /checode/entrypoint-logs.txt 2>&1 &' events: preStart: - init-container-command + postStart: + - init-che-code-command components: - name: che-code-injector container: @@ -401,8 +411,6 @@ editors: memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m - command: - - /checode/entrypoint-volume.sh volumeMounts: - name: checode path: /checode