diff --git a/operator/pkg/controllers/hubofhubs/webhook/manifests/placement.yaml b/operator/pkg/controllers/hubofhubs/webhook/manifests/placement.yaml index 19e5df504..9d05ea40e 100644 --- a/operator/pkg/controllers/hubofhubs/webhook/manifests/placement.yaml +++ b/operator/pkg/controllers/hubofhubs/webhook/manifests/placement.yaml @@ -13,4 +13,9 @@ spec: matchExpressions: - key: local-cluster operator: "DoesNotExist" + tolerations: + - key: cluster.open-cluster-management.io/unreachable + operator: Exists + - key: cluster.open-cluster-management.io/unavailable + operator: Exists {{ end }}