Skip to content

Commit

Permalink
Remove node selection and taint labels
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpoluceno committed Dec 23, 2022
1 parent 83aee91 commit ab9c05a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/deploy/resources/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ spec:
labels:
app.kubernetes.io/name: kube-review
spec:
nodeSelector:
nodegroup-type: "github-runners"
tolerations:
- effect: NoSchedule
key: nodegroup-type
operator: Equal
value: "github-runners"
containers:
- name: kube-review
image: "PLACEHOLDER"
Expand Down

0 comments on commit ab9c05a

Please sign in to comment.