From 9263810a767d008d6fa5ac375315f90e418e6db5 Mon Sep 17 00:00:00 2001 From: Akash Kumar Date: Fri, 17 Oct 2025 19:07:48 +0530 Subject: [PATCH] Update values.yaml for adding affinity in test --- charts/overwhelm/values.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/overwhelm/values.yaml b/charts/overwhelm/values.yaml index f306847..c1f1b2a 100644 --- a/charts/overwhelm/values.yaml +++ b/charts/overwhelm/values.yaml @@ -17,4 +17,10 @@ deployment: requests: cpu: 128m memory: 64Mi - + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: karpenter.sh/nodepool + operator: DoesNotExist