-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: nginx passthrough secret as argocd-server-tls #12921
docs: nginx passthrough secret as argocd-server-tls #12921
Conversation
As documented in tls.md § "TLS certificates used by argocd-server", the secret that should be modified by cert-manager is not `argocd-server` but `argocd-server-tls` should be created instead. The ingress-nginx controller doesn't like using a secret of `type: Opaque`. Signed-off-by: Josh Gardner <111776680+jdg-journeyfront@users.noreply.github.com>
ad6275e
to
7a738e1
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #12921 +/- ##
=======================================
Coverage 48.94% 48.94%
=======================================
Files 246 246
Lines 42435 42435
=======================================
Hits 20770 20770
Misses 19555 19555
Partials 2110 2110 see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
As documented in tls.md § "TLS certificates used by argocd-server", the secret that should be modified by cert-manager is not `argocd-server` but `argocd-server-tls` should be created instead. The ingress-nginx controller doesn't like using a secret of `type: Opaque`. Signed-off-by: Josh Gardner <111776680+jdg-journeyfront@users.noreply.github.com>
As documented in tls.md § "TLS certificates used by argocd-server", the secret that should be modified by cert-manager is not
argocd-server
butargocd-server-tls
should be created instead.The ingress-nginx controller doesn't like using a secret of
type: Opaque
.Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist:
Please see Contribution FAQs if you have questions about your pull-request.