Reputation: 19
My env't setup looks like:
Currently, I am using a Helm to inject site-specific values into the template YAML file. However, I have found that some apps need to modify the template deployment YAML files so what would be the best solution? I am thinking of using Kustomize so that helm can inject the values and generate the yaml file then kustomize will patch it and modify the necessary section. After that I need argocd to pick the new modified yaml file.
Upvotes: -2
Views: 19