diff --git a/hack/olm-registry/olm-artifacts-template.yaml b/hack/olm-registry/olm-artifacts-template.yaml index 5f000e92..aebddd8e 100644 --- a/hack/olm-registry/olm-artifacts-template.yaml +++ b/hack/olm-registry/olm-artifacts-template.yaml @@ -64,6 +64,12 @@ objects: sourceType: grpc grpcPodConfig: securityContextConfig: restricted + nodeSelector: + node-role.kubernetes.io: infra + tolerations: + - effect: NoSchedule + key: node-role.kubernetes.io/infra + operator: Exists image: ${REGISTRY_IMG}@${IMAGE_DIGEST} displayName: Deployment Validation Operator publisher: Red Hat