diff --git a/acm-operator/deployment.yaml b/acm-operator/deployment.yaml index 0e62d1553..10c4abbfc 100644 --- a/acm-operator/deployment.yaml +++ b/acm-operator/deployment.yaml @@ -19,4 +19,8 @@ spec: ports: - containerPort: 50051 imagePullSecrets: - - name: multiclusterhub-operator-pull-secret \ No newline at end of file + - name: multiclusterhub-operator-pull-secret + tolerations: + - key: node-role.kubernetes.io/infra + effect: NoSchedule + operator: Exists