-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
✨ Adds a patch to configure ServiceMonitor with to ensure TLS verification using cert-manager certificates #4243
base: master
Are you sure you want to change the base?
Conversation
a9d1f34
to
5372f6a
Compare
c/c @fgiloux |
5372f6a
to
23b1f03
Compare
3da5ce7
to
170d528
Compare
170d528
to
f8ba05c
Compare
b7a8068
to
e7c1cd0
Compare
…t-manager-managed serving-cert with TLS verification Adds a patch to configure ServiceMonitor with `insecureSkipVerify: false` to ensure TLS verification using cert-manager certificates. Updates documentation and corrects misaligned comments.
f8ba05c
to
3b9808e
Compare
/hold Just to not merge before we do a patch release; #4284 |
Hi @fgiloux Your request is done here. |
3b9808e
to
b7a8068
Compare
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.
Hi Camila. I hope you are doing well.
I had a quick look at the changes and they look good to me, although I don't really have time to go through the code generation and validation process.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, fgiloux The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Adds a patch to configure ServiceMonitor with to ensure TLS verification using cert-manager certificates. Updates documentation and corrects misaligned comments.
Motivation: #3657
Closes (Phase-2): #3871