Skip to content

Commit 579e955

Browse files
committed
Update some metadata names from samples to be more accurate
Signed-off-by: Andrew Obuchowicz <[email protected]>
1 parent 68ccbf9 commit 579e955

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

samples/container-overrides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: DevWorkspace
22
apiVersion: workspace.devfile.io/v1alpha2
33
metadata:
4-
name: theia-next-container-overrides
4+
name: web-terminal-container-overrides
55
spec:
66
started: true
77

samples/ephemeral-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: DevWorkspace
22
apiVersion: workspace.devfile.io/v1alpha2
33
metadata:
4-
name: theia-next-ephemeral
4+
name: theia-latest-ephemeral
55
spec:
66
started: true
77
template:

samples/per-workspace-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: DevWorkspace
22
apiVersion: workspace.devfile.io/v1alpha2
33
metadata:
4-
name: theia-next-per-workspace
4+
name: theia-latest-per-workspace
55
spec:
66
started: true
77
template:

samples/pod-overrides.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: DevWorkspace
22
apiVersion: workspace.devfile.io/v1alpha2
33
metadata:
4-
name: theia-next-pod-overrides
4+
name: theia-latest-pod-overrides
55
spec:
66
started: true
77
template:
@@ -35,4 +35,4 @@ spec:
3535
exec:
3636
component: theia-ide
3737
commandLine: echo "Hello from $(pwd)"
38-
workingDir: ${PROJECTS_ROOT}/project/app
38+
workingDir: ${PROJECTS_ROOT}/project/app

0 commit comments

Comments
 (0)