Skip to content

Commit

Permalink
Merge pull request #618 from Nikhil-Ladha/update-holder-pod-key
Browse files Browse the repository at this point in the history
csi: update holder pod key
  • Loading branch information
BlaineEXE authored Apr 10, 2024
2 parents b41020c + ab04dcb commit f8e5f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2925,10 +2925,10 @@ spec:
configMapKeyRef:
key: ROOK_CURRENT_NAMESPACE_ONLY
name: ocs-operator-config
- name: CSI_REMOVE_HOLDER_PODS
- name: CSI_DISABLE_HOLDER_PODS
valueFrom:
configMapKeyRef:
key: CSI_REMOVE_HOLDER_PODS
key: CSI_DISABLE_HOLDER_PODS
name: ocs-operator-config
- name: ROOK_ALLOW_MULTIPLE_FILESYSTEMS
value: "false"
Expand Down
4 changes: 2 additions & 2 deletions deploy/examples/operator-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,10 @@ spec:
configMapKeyRef:
key: ROOK_CURRENT_NAMESPACE_ONLY
name: ocs-operator-config
- name: CSI_REMOVE_HOLDER_PODS
- name: CSI_DISABLE_HOLDER_PODS
valueFrom:
configMapKeyRef:
key: CSI_REMOVE_HOLDER_PODS
key: CSI_DISABLE_HOLDER_PODS
name: ocs-operator-config
- name: ROOK_ALLOW_MULTIPLE_FILESYSTEMS
value: "false"
Expand Down

0 comments on commit f8e5f81

Please sign in to comment.