-
Hi! Where if any I can configure workflowSizeLimit?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Anastasia Khlebnikova, You would need to add this to admin config in the values.yaml helm chart. The section needs to be defined with the name registration: Here is the config key which you need to update under the section: Under this section: flyte/charts/flyte/values.yaml Line 525 in e3f9211 |
Beta Was this translation helpful? Give feedback.
Hi Anastasia Khlebnikova,
You would need to add this to admin config in the values.yaml helm chart. The section needs to be defined with the name registration:
https://github.com/flyteorg/flyteadmin/blob/bca622830ff563984bd3270708ec8b6a5ff83945/pkg/runtime/registration_validation_provider.go#L9
Here is the config key which you need to update under the section:
https://github.com/flyteorg/flyteadmin/blob/bca622830ff563984bd3270708ec8b6a5ff83945/pkg/runtime/interfaces/registration_validation_provider.go#L7
Under this section:
flyte/charts/flyte/values.yaml
Line 525 in e3f9211
@pmahindrakar-oss