Installing ArgoCD on a K8s Cluster using helm_release resource on Terraform. #1886
Unanswered
mateokurti
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, I would try to investigate what's going on with your cert-manager. The Argo CD values creates Certificate resource which in turn should create argocd-server-tls. Maybe there is something with your configuration of LetEncrypt? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is a bug as I assume this is a common thing and would probably have other issues opened if a bug, so I'm starting a discussion instead.
I am trying to install ArgoCD using
helm_release
resource on Terraform. It works fine, but I am facing an issue when it comes to TLS, which I don't know why is happening as I'm doing everything as described in the README.So I have the following code in Terraform:
And the
helm-values.yaml
file as following:The ArgoCD is being installed and everything is configured correctly, apart from the
argocd-server-tls
Secret. It won't be created and I have no idea why.cert-manager
is being installed separately using the following terraform code:What might the issue be?
Beta Was this translation helpful? Give feedback.
All reactions