Skip to content

ArgoCD 6 - Enabling Ingress with CertManager #2547

Closed Answered by pdrastil
ggolub asked this question in Q&A
Discussion options

You must be logged in to vote

From what I can see in your browser (Certificate.pdf) you have correct cert from staging Let's Encrypt. If it's not trusted by your browser you might be missing CA chain on your laptop. In 5.x release users had a freedom to use whatever name for TLS secret they wanted. This could cause misconfiguration as argocd-server-tls is watched by UI server for TLS passthrough (reason behind tls: true option with hardcoded secret name. The argocd-secret is fallback / legacy location where UI server generated self-signed certs if user didn't provide it's own (this location is not supported by Helm charts) but newer location is argocd-server-tls that takes precedence.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ggolub
Comment options

@pdrastil
Comment options

Answer selected by ggolub
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants