Merge pull request #125200 from soltysh/fix_typo

Fix the field typo in statefulset patch operation
This commit is contained in:
Kubernetes Prow Robot
2024-05-29 13:06:15 -07:00
committed by GitHub

View File

@@ -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,