Fix the field typo in statefulset patch operation

This commit is contained in:
Maciej Szulik
2024-05-29 18:55:35 +02:00
parent ea0ab06b69
commit 23bf694830

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,