mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Fix the field typo in statefulset patch operation
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user