mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #125200 from soltysh/fix_typo
Fix the field typo in statefulset patch operation
This commit is contained in:
commit
e821e4f978
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user