Skip to content

Commit 86ed32d

Browse files
nixpanicceph-csi-bot
authored andcommitted
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 8a178a3 commit 86ed32d

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
@@ -72,7 +72,7 @@ function generate_operator_config() {
7272
generate_encryption_configmap
7373

7474
cat <<EOF >"${TEMP_DIR}/operatorconfig.yaml"
75-
apiVersion: csi.ceph.io/v1alpha1
75+
apiVersion: csi.ceph.io/v1
7676
kind: OperatorConfig
7777
metadata:
7878
name: ceph-csi-operator-config
@@ -100,7 +100,7 @@ EOF
100100
function generate_driver() {
101101
local driver_name=$1
102102
cat <<EOF >"${TEMP_DIR}/${driver_name}.yaml"
103-
apiVersion: csi.ceph.io/v1alpha1
103+
apiVersion: csi.ceph.io/v1
104104
kind: Driver
105105
metadata:
106106
name: ${driver_name}

0 commit comments

Comments
 (0)