<@U06RKAMK0UC> how do I change maxDownloadMBs in h...
# ask-ai
q
@ancient-wolf-19325 how do I change maxDownloadMBs in helm values using the flyte binary configuration?
j
To change
maxDownloadMBs
in the Flyte binary configuration using Helm, you need to modify the
values.yaml
file by adding the configuration under the
inline
section. Here's an example:
Copy code
configuration:
  inline:
    storage:
      limits:
        maxDownloadMBs: 10
This configuration sets the maximum download size to 10MB. Ensure that the indentation is correct, as YAML is sensitive to it. After making these changes, you should apply the updated configuration using Helm. Would you like more detail on this process? Sources: - GitHub Issue #4951 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.