Georgi Milanov
05/15/2024, 4:13 PMIntegrating a GitHub repository for storing flow code in a Helm chart deployment involves using the Git-based storage option available in Prefect. You can set up your flow code storage with GitHub by specifying the repository information in your flow registration process or within your deployment configuration. Below are the recommended steps:
1. **Ensure Your Flow is in a GitHub Repository**: Before integrating with Helm, make sure your Prefect flow code is committed to a GitHub repository. This allows Prefect to pull the latest code when spinning up flow runs.
Is there a way trough helm chart to point to the git storage that is containing my flows?
thank you in advance.