Skip to content

Commit

Permalink
Merge pull request #597 from leelavg/disable-csi
Browse files Browse the repository at this point in the history
build: add new env value ref for operator
  • Loading branch information
subhamkrai authored Mar 22, 2024
2 parents 356780a + af9b17f commit 3636f1d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3000,6 +3000,16 @@ spec:
configMapKeyRef:
key: ROOK_CSI_ENABLE_NFS
name: ocs-operator-config
- name: ROOK_CSI_ENABLE_CEPHFS
valueFrom:
configMapKeyRef:
key: ROOK_CSI_ENABLE_CEPHFS
name: ocs-operator-config
- name: ROOK_CSI_ENABLE_RBD
valueFrom:
configMapKeyRef:
key: ROOK_CSI_ENABLE_RBD
name: ocs-operator-config
- name: CSI_PROVISIONER_TOLERATIONS
value: |2-
Expand Down
10 changes: 10 additions & 0 deletions deploy/examples/operator-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,16 @@ spec:
configMapKeyRef:
key: ROOK_CSI_ENABLE_NFS
name: ocs-operator-config
- name: ROOK_CSI_ENABLE_CEPHFS
valueFrom:
configMapKeyRef:
key: ROOK_CSI_ENABLE_CEPHFS
name: ocs-operator-config
- name: ROOK_CSI_ENABLE_RBD
valueFrom:
configMapKeyRef:
key: ROOK_CSI_ENABLE_RBD
name: ocs-operator-config
- name: CSI_PROVISIONER_TOLERATIONS
value: |2-
Expand Down

0 comments on commit 3636f1d

Please sign in to comment.