I’m working on migrating a web application (nautobot) to a google anthos k8s management platform.
The anthos work flow does not use helm, instead it uses kustomize to specify dependencies and resources which are used by argocd to provision necessary pods.
What’s the best approach to do this migration? Do I just need take all the config files from nautobot’s helm chart repo and add them to my app config repo?
Sorry if the question is unclear. Still trying to wrap my head around it!