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,