Replies: 2 comments 1 reply
-
File names should end with .tpl, such as "argocd-application-argocd.yaml.tpl". Does your file follow this naming convention? |
Beta Was this translation helpful? Give feedback.
-
I use argocd. I set it up directly in a terraform file with helm provider: `resource "helm_release" "argocd" { set { |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
maybe it's a beginner's question - but I only relied on the resource in this repo. And it doesn't work straight away with those, so it might be of more interest if we discuss a few tips here and adjust the README at the end if necessary...
I'd like to install Argo CD using Kustomize and a helm chart. I tried the following:
According to the "Adding Extras" chapter in the README, I created a folder called "extra-manifests/helm-charts/argocd".
I copied the three files from examples/kustomization_user_deploy/helm-chart into it and only adjusted the domain in helm-chart.yaml.tpl.
Among the examples in the README there is a note that you should extend the kube.tf for Argo CD. I did that:
But running
terraform apply
leads to:What am I missing?
Thanks for a hint,
Gregor
Beta Was this translation helpful? Give feedback.
All reactions