Replies: 1 comment 2 replies
-
I would suggest to use Kustomize with a remote base, and providing all of your specific configuration (such as, configmaps and secrets) as overlays (or strategic merge patches). In a simple case, it is not even very complicated to use. So, in a dedicated directory, copy your YAML files to it and create a resources:
- https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=stable
- config-map.yaml
- ingress.yaml And then run You can also replace There are more cool things you can do with Kustomize, and it doesn't have a very steep learning curve. |
Beta Was this translation helpful? Give feedback.
-
Currently, any time that I upgrade argo-cd I need to perform:
Is there a more streamlined method?
e.g. Is there a helm chart for argo-cd?
Beta Was this translation helpful? Give feedback.
All reactions