We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8ad86 commit c67a6b7Copy full SHA for c67a6b7
e2e/e2e_test.go
@@ -92,4 +92,8 @@ func handleFlags() {
92
testNFS = testCephFS
93
deployNFS = deployCephFS
94
}
95
+
96
+ if operatorDeployment {
97
+ cephCSINamespace = "ceph-csi-operator-system"
98
+ }
99
scripts/deploy-ceph-csi-operator.sh
@@ -4,7 +4,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
4
# shellcheck disable=SC1091
5
[ ! -e "${SCRIPT_DIR}"/utils.sh ] || source "${SCRIPT_DIR}"/utils.sh
6
7
-OPERATOR_VERSION=${OPERATOR_VERSION:-"main"}
+OPERATOR_VERSION="main"
8
OPERATOR_URL="https://raw.githubusercontent.com/ceph/ceph-csi-operator/${OPERATOR_VERSION}"
9
10
# operator deployment files
0 commit comments