Skip to content

Commit 686e07b

Browse files
committed
fixup! fixup! fixup! fixup! fixes
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent f82748a commit 686e07b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

test/resources/custom-init-test-workspace.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ spec:
1111
components:
1212
- name: tooling
1313
container:
14-
image: quay.io/devfile/universal-developer-image:latest
15-
memoryLimit: 2Gi
16-
mountSources: true
14+
image: quay.io/wto/web-terminal-tooling:latest
15+
args: ["tail", "-f", "/dev/null"]

test/resources/disabled-init-test-workspace.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ spec:
1111
components:
1212
- name: tooling
1313
container:
14-
image: quay.io/devfile/universal-developer-image:latest
15-
memoryLimit: 2Gi
16-
mountSources: true
14+
image: quay.io/wto/web-terminal-tooling:latest
15+
args: ["tail", "-f", "/dev/null"]

0 commit comments

Comments
 (0)