diff --git a/charts/all/rhoai/templates/team-a-kueueclusterqueue.yaml b/charts/all/rhoai/templates/team-a-kueueclusterqueue.yaml index 0caa9b4..cdfe47d 100644 --- a/charts/all/rhoai/templates/team-a-kueueclusterqueue.yaml +++ b/charts/all/rhoai/templates/team-a-kueueclusterqueue.yaml @@ -7,7 +7,9 @@ metadata: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true argocd.argoproj.io/sync-wave: "10" spec: - namespaceSelector: {} # match all. + namespaceSelector: + matchLabels: + kubernetes.io/metadata.name: team-a # Matching name of namespace cohort: "team-ab" # allow borrowing of resources from team-b preemption: reclaimWithinCohort: Any