Skip to content

Commit

Permalink
Merge pull request #804 from openshift-cherrypick-robot/cherry-pick-8…
Browse files Browse the repository at this point in the history
…03-to-release-4.18

DFBUGS-1439: [release-4.18] csv: use ROOK_CSI_ENABLE_CEPHFS in rook operator env
  • Loading branch information
travisn authored Jan 24, 2025
2 parents 9ba1bf9 + 997b996 commit 76a7937
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 @@ -3053,6 +3053,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 76a7937

Please sign in to comment.