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