This message was deleted.
# gitops
s
This message was deleted.
r
Hi @Benjamin Groves - I know that you are looking to achieve this with ArgoCD - but if you want something that works our of the box with Kubernetes, then you might want to consider Qovery - you can check out this tutorial
p
We use a simple strategy where if you want multiple services to run in the same preview environment, use the same branch name. Otherwise we default to versions from prod.
v
@Benjamin Groves any update to share? I'm actually working on a similar implementation myself.
b
Hey @venkata mutyala I've decided to continue building on the example I've shared here and it's working for me. Using an ApplicationSet to deploy child Applications, each of these child Applications would of course deploy the helm charts of each service I need deployed in the Preview Environment. Another approach I was advised on was to simply create a single helm chart that would deploy all of the related services. You could then use the ApplicationSet with this umbrella helm chart.