Skip to content

Commit

Permalink
Merge pull request #803 from parth-gr/update-env-cephfs
Browse files Browse the repository at this point in the history
csv: use ROOK_CSI_ENABLE_CEPHFS in rook operator env
  • Loading branch information
travisn authored Jan 24, 2025
2 parents 5992937 + 673fd20 commit e04b504
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3044,6 +3044,11 @@ spec:
configMapKeyRef:
key: ROOK_CURRENT_NAMESPACE_ONLY
name: ocs-operator-config
- name: ROOK_CSI_ENABLE_CEPHFS
valueFrom:
configMapKeyRef:
key: ROOK_CSI_ENABLE_CEPHFS
name: ocs-operator-config
- name: ROOK_ALLOW_MULTIPLE_FILESYSTEMS
value: "false"
- name: ROOK_LOG_LEVEL
Expand Down
5 changes: 5 additions & 0 deletions deploy/examples/operator-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,11 @@ spec:
configMapKeyRef:
key: ROOK_CURRENT_NAMESPACE_ONLY
name: ocs-operator-config
- name: ROOK_CSI_ENABLE_CEPHFS
valueFrom:
configMapKeyRef:
key: ROOK_CSI_ENABLE_CEPHFS
name: ocs-operator-config
- name: ROOK_ALLOW_MULTIPLE_FILESYSTEMS
value: "false"
- name: ROOK_LOG_LEVEL
Expand Down

0 comments on commit e04b504

Please sign in to comment.