Hi
we are using ArgoCD to sync everything with our clusters.
The current version of the helm chart is not usable for this because of the random value generation in the config map. Because of this there is always a out of sync between the data on the cluster and what is generated with helm.
Solution:
Remove the randAlphaNum from the config.tpl or give a posibility to overwrite this with static string through the values file.
Hi we are using ArgoCD to sync everything with our clusters.
The current version of the helm chart is not usable for this because of the random value generation in the config map. Because of this there is always a out of sync between the data on the cluster and what is generated with helm.
Solution: Remove the randAlphaNum from the config.tpl or give a posibility to overwrite this with static string through the values file.