Skip to content

Commit d11ea7f

Browse files
AObuchowibuziuk
authored andcommitted
Make all samples use unique names
To avoid conflicts when trying to apply multiple samples at the same time. Signed-off-by: Andrew Obuchowicz <[email protected]>
1 parent 8cdc9ae commit d11ea7f

File tree

5 files changed

+5
-5
lines changed

5 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
4+
name: theia-next-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
4+
name: theia-next-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
4+
name: theia-next-per-workspace
55
spec:
66
started: true
77
template:

samples/pod-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
4+
name: theia-next-pod-overrides
55
spec:
66
started: true
77
template:

samples/theia-latest-contributions.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-latest
4+
name: theia-latest-contributions
55
spec:
66
started: true
77
template:

0 commit comments

Comments
 (0)