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