mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Use correct option name in the kubernetes-worker registry action. Fixes #44920
This commit is contained in:
		@@ -98,7 +98,7 @@ if create_response == 0:
 | 
			
		||||
 | 
			
		||||
    if check_cm_response == 0:
 | 
			
		||||
        # There is an existing ConfigMap, patch it
 | 
			
		||||
        patch = '{"data":{"max-body-size":"1024m"}}'
 | 
			
		||||
        patch = '{"data":{"body-size":"1024m"}}'
 | 
			
		||||
        patch_cm_command = kubectl + ['patch', 'cm', cm_name, '-p', patch]
 | 
			
		||||
        patch_cm_response = call(patch_cm_command)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user