Skip to content

Commit

Permalink
fix(sciety-team): adjust one patch to reflect simplification in manif…
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed May 17, 2024
1 parent da150c8 commit 0b4d1fb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions clusters/flux-prod/sciety-team/sciety-deployment-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,17 @@ spec:
name: sciety--demo
patch: |-
- op: add
path: /spec/instances/0/affinity/nodeAffinity
path: /spec/instances/0
value:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
- op: add
path: /spec/instances/0/tolerations
value:
Expand Down

0 comments on commit 0b4d1fb

Please sign in to comment.