Skip to content

Commit e04b504

Browse files
authored
Merge pull request #803 from parth-gr/update-env-cephfs
csv: use ROOK_CSI_ENABLE_CEPHFS in rook operator env
2 parents 5992937 + 673fd20 commit e04b504

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3044,6 +3044,11 @@ spec:
30443044
configMapKeyRef:
30453045
key: ROOK_CURRENT_NAMESPACE_ONLY
30463046
name: ocs-operator-config
3047+
- name: ROOK_CSI_ENABLE_CEPHFS
3048+
valueFrom:
3049+
configMapKeyRef:
3050+
key: ROOK_CSI_ENABLE_CEPHFS
3051+
name: ocs-operator-config
30473052
- name: ROOK_ALLOW_MULTIPLE_FILESYSTEMS
30483053
value: "false"
30493054
- name: ROOK_LOG_LEVEL

deploy/examples/operator-openshift.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,11 @@ spec:
688688
configMapKeyRef:
689689
key: ROOK_CURRENT_NAMESPACE_ONLY
690690
name: ocs-operator-config
691+
- name: ROOK_CSI_ENABLE_CEPHFS
692+
valueFrom:
693+
configMapKeyRef:
694+
key: ROOK_CSI_ENABLE_CEPHFS
695+
name: ocs-operator-config
691696
- name: ROOK_ALLOW_MULTIPLE_FILESYSTEMS
692697
value: "false"
693698
- name: ROOK_LOG_LEVEL

0 commit comments

Comments
 (0)