Chombe
Chombe

Reputation: 19

Patch helm generated yaml files using kustomize and sync with argocd

My env't setup looks like:

  1. site-1 k8 cluster with argocd installed
  2. site-2 k8 cluster with argocd installed

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

Answers (0)

Related Questions