Skip to content

Commit

Permalink
Rely on workspace engine instead of patch for DW happy path
Browse files Browse the repository at this point in the history
  • Loading branch information
sleshchenko committed Sep 7, 2021
1 parent 599ccb9 commit 81009df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/oci-devworkspace-happy-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ overrideDefaults() {
deployChe() {
cat > /tmp/che-cr-patch.yaml <<EOL
spec:
devWorkspace:
enable: true
server:
customCheProperties:
CHE_FACTORY_DEFAULT__PLUGINS: ""
Expand All @@ -84,6 +82,7 @@ EOL
--templates=${TEMPLATES} \
--telemetry=off \
--installer=operator \
--workspace-engine=dev-workspace
--che-operator-image=${OPERATOR_IMAGE}
}

Expand Down

0 comments on commit 81009df

Please sign in to comment.