mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Use correct option name in the kubernetes-worker registry action. Fixes #44920
This commit is contained in:
parent
51fe7d2ba1
commit
e02db69826
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user