From 23bf694830d816256d367bb3cd3d053559198195 Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 29 May 2024 18:55:35 +0200 Subject: [PATCH] Fix the field typo in statefulset patch operation --- test/e2e/apps/statefulset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apps/statefulset.go b/test/e2e/apps/statefulset.go index 91b795cf71e..0382a9ba033 100644 --- a/test/e2e/apps/statefulset.go +++ b/test/e2e/apps/statefulset.go @@ -987,7 +987,7 @@ var _ = SIGDescribe("StatefulSet", func() { "replicas": ssPatchReplicas, "template": map[string]interface{}{ "spec": map[string]interface{}{ - "TerminationGracePeriodSeconds": &one, + "terminationGracePeriodSeconds": &one, "containers": [1]map[string]interface{}{{ "name": ssName, "image": ssPatchImage,