Skip to content

Commit c67a6b7

Browse files
e2e: hack commit
Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent 6c8ad86 commit c67a6b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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
}

scripts/deploy-ceph-csi-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
44
# shellcheck disable=SC1091
55
[ ! -e "${SCRIPT_DIR}"/utils.sh ] || source "${SCRIPT_DIR}"/utils.sh
66

7-
OPERATOR_VERSION=${OPERATOR_VERSION:-"main"}
7+
OPERATOR_VERSION="main"
88
OPERATOR_URL="https://raw.githubusercontent.com/ceph/ceph-csi-operator/${OPERATOR_VERSION}"
99

1010
# operator deployment files

0 commit comments

Comments
 (0)