Skip to content

Commit

Permalink
Merge pull request csi-addons#211 from leelavg/csi-tol-ds
Browse files Browse the repository at this point in the history
[DOWNSTREAM-ONLY] add ocs default toleration to controller podspec
  • Loading branch information
openshift-merge-bot[bot] authored Oct 4, 2024
2 parents ecc4d7b + e6f9cb7 commit 62caf30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ spec:
memory: 64Mi
serviceAccountName: csi-addons-controller-manager
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
key: node.ocs.openshift.io/storage
operator: Equal
value: "true"
5 changes: 5 additions & 0 deletions deploy/controller/setup-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ spec:
runAsNonRoot: true
serviceAccountName: csi-addons-controller-manager
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
key: node.ocs.openshift.io/storage
operator: Equal
value: "true"

0 comments on commit 62caf30

Please sign in to comment.