mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	dynamic config test: use a hyphen between the config name and the unique suffix
This commit is contained in:
		@@ -302,7 +302,7 @@ func newKubeletConfigMap(name string, internalKC *kubeletconfig.KubeletConfigura
 | 
			
		||||
	framework.ExpectNoError(err)
 | 
			
		||||
 | 
			
		||||
	cmap := &apiv1.ConfigMap{
 | 
			
		||||
		ObjectMeta: metav1.ObjectMeta{GenerateName: name},
 | 
			
		||||
		ObjectMeta: metav1.ObjectMeta{GenerateName: name + "-"},
 | 
			
		||||
		Data: map[string]string{
 | 
			
		||||
			"kubelet": string(data),
 | 
			
		||||
		},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user