Hi. I have been able to successfully deploy Dagste...
# deployment-kubernetes
m
Hi. I have been able to successfully deploy Dagster on Azure K8s. The deploy comes with a user_deploy container. I can’t find instructions on how to setup GitHub sync. Can someone help me out by pointing me to a good guide or what I need to change in my helm chart to connect and sync to a GitHub repo?
a
You don't need a github sync. every time you want to release you build a new docker image, tag it and create a push a new release to the cluster
m
I like how simple that is. I’ll give it a shot.