Commit e02db698 authored by Jacek Nykis's avatar Jacek Nykis

Use correct option name in the kubernetes-worker registry action. Fixes #44920

parent 51fe7d2b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment