Replies: 1 comment
-
I think you are missing the TLS section: https://argocd-operator.readthedocs.io/en/latest/reference/argocd/#server-ingress-options You can always check the ingress resource created by the operator to see what's wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear ArgoCD Operator Team and the community,
Hope everyone is doing well. Thank you for the awesome work on the ArgoCD operator. We really appreciate it; it helps us to make our life easier. Thank you :).
We are trying to deploy ArgoCD on a Kubernetes Cluster. Cluster already has cert-manager (cluster-issuer) and Nginx ingress controller. However, when the certificate is issued, it is from
Kubernetes Ingress Controller Fake Certificate
rather than the cluster-issuer. We did test if ourcluster-issuer
is issuing certificates or not, and it does. We are unsure what is wrong or how to debug it; some guidance would be appreciated. Thank you :)Here is our
yaml
fileHey @iam-veeramalla Hope you are doing well. Thank you for your awesome work on the ArgoCD Operator. Could you please have a look at this? or maybe refer who might help on this?
Beta Was this translation helpful? Give feedback.
All reactions