Skip to content

Commit

Permalink
prod: add rook-ceph-operator-config configmap
Browse files Browse the repository at this point in the history
This is the version currently alive in production
  • Loading branch information
jtriley committed Jan 30, 2025
1 parent 4155207 commit 263aca1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: v1
data:
CSI_ENABLE_CSIADDONS: "true"
CSI_LOG_LEVEL: "5"
CSI_PLUGIN_TOLERATIONS: |2-
- key: node.ocs.openshift.io/storage
operator: Equal
value: "true"
effect: NoSchedule
CSI_PROVISIONER_TOLERATIONS: |2-
- key: node.ocs.openshift.io/storage
operator: Equal
value: "true"
effect: NoSchedule
ROOK_CSI_ENABLE_CEPHFS: "false"
kind: ConfigMap
metadata:
name: rook-ceph-operator-config
namespace: openshift-storage
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resources:
- ../../../../bundles/odf-external
- externalsecrets/rook-ceph-external-cluster-details.yaml
- redhatcop.redhat.io/odf-node-patcher.yaml
- configmaps/rook-ceph-operator-config.yaml

patches:
- path: storageclasses/ocs-external-storagecluster-ceph-rbd_patch.yaml
Expand Down

0 comments on commit 263aca1

Please sign in to comment.