Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/deploy-ceph-csi-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function generate_operator_config() {
generate_encryption_configmap

cat <<EOF >"${TEMP_DIR}/operatorconfig.yaml"
apiVersion: csi.ceph.io/v1alpha1
apiVersion: csi.ceph.io/v1
kind: OperatorConfig
metadata:
name: ceph-csi-operator-config
Expand Down Expand Up @@ -100,7 +100,7 @@ EOF
function generate_driver() {
local driver_name=$1
cat <<EOF >"${TEMP_DIR}/${driver_name}.yaml"
apiVersion: csi.ceph.io/v1alpha1
apiVersion: csi.ceph.io/v1
kind: Driver
metadata:
name: ${driver_name}
Expand Down
Loading