Skip to content

Commit

Permalink
Changing NodeSelector and Toleration for Staging Overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
manish-jangra committed Nov 14, 2024
1 parent b22e629 commit 7ddb870
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/nvme-storage-configurator/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ kind: Kustomization
namespace: nvme-storage-config
resources:
- ../base
patches:
- target:
group: apps
version: v1
kind: DaemonSet
name: nvme-storage-configurator
path: patch.yaml
13 changes: 13 additions & 0 deletions configs/nvme-storage-configurator/staging/patch.yaml
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

0 comments on commit 7ddb870

Please sign in to comment.