Hey guys could you help a bit with deploying prefe...
# ask-community
g
Hey guys could you help a bit with deploying prefect from helm chart. I'm not sure how to set up the storage in this case. I also received the following answer :
Copy code
Integrating 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.