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
commit e821e4f978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,