Skip to content

Commit

Permalink
Adding operator to update
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Jun 23, 2024
1 parent c5a970e commit d94eb33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blueprints/02-at-scale/k8s/br-update-operator-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ placement:
tolerations:
- key: dedicated
operator: Equal
value: build-linux #TODO: Use Templates
value: build-linux
effect: NoSchedule
- key: dedicated
operator: Equal
value: cb-apps #TODO: Use Templates
value: build-linux-spot
effect: NoSchedule
- key: dedicated
operator: Equal
value: cb-apps
effect: NoSchedule
#TODO: Add selector for bottle rockets nodes

Expand Down

0 comments on commit d94eb33

Please sign in to comment.