Skip to content

Commit 78229a0

Browse files
e2e: hack commit
Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent ba74353 commit 78229a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CSI_IMAGE_VERSION=canary
1515
CSI_UPGRADE_VERSION=v3.12.1
1616

1717
# ceph-csi-operator version used for e2e test
18-
CEPH_CSI_OPERATOR_VERSION=v0.2.0
18+
CEPH_CSI_OPERATOR_VERSION=main
1919

2020
# Ceph version to use
2121
BASE_IMAGE=quay.io/ceph/ceph:v19

e2e/e2e_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,8 @@ func handleFlags() {
9292
testNFS = testCephFS
9393
deployNFS = deployCephFS
9494
}
95+
96+
if operatorDeployment {
97+
cephCSINamespace = "ceph-csi-operator-system"
98+
}
9599
}

0 commit comments

Comments
 (0)