mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +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,
|
"replicas": ssPatchReplicas,
|
||||||
"template": map[string]interface{}{
|
"template": map[string]interface{}{
|
||||||
"spec": map[string]interface{}{
|
"spec": map[string]interface{}{
|
||||||
"TerminationGracePeriodSeconds": &one,
|
"terminationGracePeriodSeconds": &one,
|
||||||
"containers": [1]map[string]interface{}{{
|
"containers": [1]map[string]interface{}{{
|
||||||
"name": ssName,
|
"name": ssName,
|
||||||
"image": ssPatchImage,
|
"image": ssPatchImage,
|
||||||
|
Reference in New Issue
Block a user