Hi guys! How to setup maxWorkflowNodes(<https://d...
# ask-the-community
a
d
Hi Alexey! Can you try adding:
Copy code
admin: 
    registration:
      maxWorkflowNodes: '1000'
under the
inline
section of your
eks-production.yaml
? (1000 is an example)
inline
should be merged with the base configuration.
admin
is needed in single binary to specify which Flyte component are you trying to override config for Let us know if it works for you or if you have more questions
a
@David Espejo (he/him) Is there a way to setup this configuration in
flyte
helm chart?
d
@Ariel Kaspit yes, for
flyte-core
you could use the
admin
section in the values file. It will merge with the base config. Does that answer your question?
a
yes! I found it. thanks 🙂
150 Views