Skip to content

Commit

Permalink
Revert "fix(sciety-team): adjust one patch to reflect simplification …
Browse files Browse the repository at this point in the history
…in manifest sciety/sciety#3248"

This reverts commit 0b4d1fb.
  • Loading branch information
giorgiosironi committed May 17, 2024
1 parent b684f4a commit 2613b04
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions clusters/flux-prod/sciety-team/sciety-deployment-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,15 @@ spec:
name: sciety--demo
patch: |-
- op: add
path: /spec/instances/0
path: /spec/instances/0/affinity/nodeAffinity
value:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
- op: add
path: /spec/instances/0/tolerations
value:
Expand Down

0 comments on commit 2613b04

Please sign in to comment.