Skip to content

Commit

Permalink
fix: enforce scheduling registry pod onto infra nodes (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
anispate authored Jul 26, 2023
1 parent 9b663b7 commit 23a60b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/olm/syncselector-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ objects:
sourceType: grpc
grpcPodConfig:
securityContextConfig: restricted
nodeSelector:
node-role.kubernetes.io: infra
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/infra
operator: Exists
- apiVersion: operators.coreos.com/v1alpha2
kind: OperatorGroup
metadata:
Expand Down

0 comments on commit 23a60b4

Please sign in to comment.