Hi everyone! Is it possible to change <max-output...
# flyte-support
w
Hi everyone! Is it possible to change max-output-size-bytes from propeller using flyte-binary deployment helm values?
a
Hi @white-yak-77603 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"
👍 1