<#3545 [Core feature] Allow flyte-binary to specif...
# flyte-github
a
#3545 [Core feature] Allow flyte-binary to specify SeedProjects Issue created by ossareh Motivation: Why do you think this is important? I'd like to be able to set adminServer.SeedProjects via the flyte-binary helm chart values.yaml so that I can make our flyte installation more declarative. This allows a separation of concerns so that a system operator (me) can create k8s resources (namespaces, etc) and flyte resources (project/domain) in one configuration file which is under SCM. Goal: What should the final outcome look like, ideally? A user of the flyte-binary helm chart should be able to set
configuration.admin.seedProjects
to a list of project names and those projects should be passed to flyte admin on startup. (default value = ["flytesnacks"]) Describe alternatives you've considered 1. Creating a
flyte-operator
which knows how to read a CRD of desired flyte projects 2. Hooking flytectl into our pulumi powered k8s management The first option is.. just a lot of work! The second option is far less work, viable and a completely valid path forward. After discussing with jeev and Yee it seemed both thought the proposed solution is acceptable. Propose: Link/Inline OR Additional context Discussed here: https://flyte-org.slack.com/archives/C01P3B761A6/p1679937303586009 I'll go ahead and create a PR for it in the coming days. Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte