Skip to content

Commit 47c3972

Browse files
committed
e2e: update ceph-csi-operator API from v1alpha1 to v1
Update the API version in the deploy-ceph-csi-operator.sh script to use csi.ceph.io/v1 instead of csi.ceph.io/v1alpha1 for both OperatorConfig and Driver resources. Signed-off-by: Niels de Vos <ndevos@ibm.com>
1 parent 783a7fd commit 47c3972

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/deploy-ceph-csi-operator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function generate_operator_config() {
7373
generate_encryption_configmap
7474

7575
cat <<EOF >"${TEMP_DIR}/operatorconfig.yaml"
76-
apiVersion: csi.ceph.io/v1alpha1
76+
apiVersion: csi.ceph.io/v1
7777
kind: OperatorConfig
7878
metadata:
7979
name: ceph-csi-operator-config
@@ -101,7 +101,7 @@ EOF
101101
function generate_driver() {
102102
local driver_name=$1
103103
cat <<EOF >"${TEMP_DIR}/${driver_name}.yaml"
104-
apiVersion: csi.ceph.io/v1alpha1
104+
apiVersion: csi.ceph.io/v1
105105
kind: Driver
106106
metadata:
107107
name: ${driver_name}

0 commit comments

Comments
 (0)