examples how to setup ArgoCD #1068
Replies: 2 comments 1 reply
-
Hi there. I have the base & overlay files in the same location as kustomization.yaml.tpl file.
These files from base and overlays are not moved to the container. |
Beta Was this translation helpful? Give feedback.
-
So, I introduced I want to manage ArgoCD, using ArgoCD itself, and also "all applications" deployed on the cluster, exclusively. That's how my deployment commands look like:
The
And here are dumps of the relevant files:
(To disable TLS, encryption is handled by Traefik already)
And finally the values for the variables mentioned above:
Probably some things are missing, I tried to strip down an actual production config for illustration purposes. Hope that helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
Could someone help with the argo cd setup, maybe some examples on how do you setup ArgoCD with Kustomize?
I'm trying to use the example that is located on ArgoCD's website -> link.
But there are some issues that I'm not able to jump over.
I'm running the following code as value for
extra_kustomize_deployment_commands
variable:The argocd-application.yaml file is coming from
argocd-application.yaml.tpl
>I'm getting the following error:
Beta Was this translation helpful? Give feedback.
All reactions