From 725b4786843b0fc5cf7312bd9dad9ed63cbb3808 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 22 May 2025 23:17:28 +0200 Subject: [PATCH] fix(deployment): Affinity syntax error --- manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 79f4eb8..f610afd 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: affinity: podAffinity: - requiredDuringSchedulingIgnoredDuringExection: + requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - key: cnpg.io/cluster