From 2e4af5cf296b3762583c6b79b810564be7eb2d22 Mon Sep 17 00:00:00 2001 From: afarbos Date: Thu, 21 Nov 2024 10:41:44 -0800 Subject: [PATCH] Update test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml --- test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml b/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml index d96a560d4..105911bcc 100644 --- a/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml +++ b/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml @@ -62,5 +62,5 @@ spec: maxCount: ${GKE_MACHINE_POOL_MAX} kubernetesTaints: - key: "key1" - operator: "Exists" + value: "value1" effect: "NoSchedule"