From 35acbff8e0ed83da4ba64ba4e4b0b7a686caaf7b Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 27 Dec 2021 15:13:39 -0500 Subject: [PATCH] updated nodeAffinity key --- notes-wiki_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes-wiki_deployment.yml b/notes-wiki_deployment.yml index d171a72..9ae501e 100644 --- a/notes-wiki_deployment.yml +++ b/notes-wiki_deployment.yml @@ -20,7 +20,7 @@ spec: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: beta.kubernetes.io/arch + - key: kubernetes.io/arch operator: In values: - amd64