https://flyte.org logo
#ask-the-community
Title
# ask-the-community
a

Alexey Kharlamov

05/11/2023, 9:24 AM
d

David Espejo (he/him)

05/11/2023, 10:38 PM
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

Ariel Kaspit

07/17/2023, 9:33 AM
@David Espejo (he/him) Is there a way to setup this configuration in
flyte
helm chart?
d

David Espejo (he/him)

07/17/2023, 2:52 PM
@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

Ariel Kaspit

07/17/2023, 2:52 PM
yes! I found it. thanks 🙂