-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing NodeSelector and Toleration for Staging Overlay
- Loading branch information
1 parent
b22e629
commit 7ddb870
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- op: replace | ||
path: "/spec/template/spec/nodeSelector" | ||
value: | ||
konflux-ci.dev/workload: konflux-tenants | ||
|
||
|
||
- op: replace | ||
path: "/spec/template/spec/tolerations/0" | ||
value: | ||
key: konflux-ci.dev/workload | ||
operator: Equal | ||
value: konflux-tenants | ||
effect: NoSchedule |