Skip to content

Commit

Permalink
fix: Add namespace selector
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Jul 8, 2024
1 parent 8d40732 commit 6d62738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/all/rhoai/templates/team-a-kueueclusterqueue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d62738

Please sign in to comment.