Hi everyone! Is it possible to change <max-output...
# ask-the-community
a
Hi everyone! Is it possible to change max-output-size-bytes from propeller using flyte-binary deployment helm values?
d
Hi @Alexey Kharlamov It should be if you add it under
configuration.inline.propeller
, then it should land on your
flyte-binary-config
ConfigMap:
Copy code
...
100-inline-config.yaml:
----
plugins:
 ...
propeller:
  max-output-size-bytes: "20971520"