From abad4842b70d364339070585f4a813a23bba43a8 Mon Sep 17 00:00:00 2001 From: dkwon17 Date: Thu, 6 Aug 2026 16:10:14 +0000 Subject: [PATCH] Try updating happy path test install namespace to openshift-operators Signed-off-by: dkwon17 --- .ci/oci-devworkspace-happy-path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/oci-devworkspace-happy-path.sh b/.ci/oci-devworkspace-happy-path.sh index b3f5113a0..6dc88b4f7 100755 --- a/.ci/oci-devworkspace-happy-path.sh +++ b/.ci/oci-devworkspace-happy-path.sh @@ -46,7 +46,7 @@ ATTEMPT_LOG="${ARTIFACT_DIR}/attempt-log.txt" deployDWO() { echo "======== Deploying DevWorkspace Operator ========" - export NAMESPACE="devworkspace-controller" + export NAMESPACE="openshift-operators" export DWO_IMG="${DEVWORKSPACE_OPERATOR}" if ! make install; then