-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Chart: Add controller.admissionWebhooks.certManager.*.revisionHistoryLimit
.
#12906
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
Conversation
Signed-off-by: Aran Shavit <[email protected]>
Hi @Aransh. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
✅ Deploy Preview for kubernetes-ingress-nginx canceled.
|
Signed-off-by: Aran Shavit <[email protected]>
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.
/retitle Chart: Add controller.admissionWebhooks.certManager.*.revisionHistoryLimit
.
/triage accepted
/kind feature
/priority backlog
/hold
Please also implement at least unit tests in the tests/
directory.
charts/ingress-nginx/templates/admission-webhooks/cert-manager.yaml
Outdated
Show resolved
Hide resolved
charts/ingress-nginx/templates/admission-webhooks/cert-manager.yaml
Outdated
Show resolved
Hide resolved
controller.admissionWebhooks.certManager.*.revisionHistoryLimit
.
Co-authored-by: Marco Ebert <[email protected]>
Co-authored-by: Marco Ebert <[email protected]>
Signed-off-by: Aran Shavit <[email protected]>
Signed-off-by: Aran Shavit <[email protected]>
Signed-off-by: Aran Shavit <[email protected]>
@Gacko Done |
charts/ingress-nginx/tests/admission-webhooks/webhook-certificate_test.yaml
Outdated
Show resolved
Hide resolved
charts/ingress-nginx/tests/admission-webhooks/webhook-certificate_test.yaml
Outdated
Show resolved
Hide resolved
charts/ingress-nginx/tests/admission-webhooks/webhook-certificate_test.yaml
Outdated
Show resolved
Hide resolved
charts/ingress-nginx/tests/admission-webhooks/webhook-certificate_test.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Marco Ebert <[email protected]>
….yaml Co-authored-by: Marco Ebert <[email protected]>
Co-authored-by: Marco Ebert <[email protected]>
….yaml Co-authored-by: Marco Ebert <[email protected]>
…ate_test.yaml Co-authored-by: Marco Ebert <[email protected]>
…ate_test.yaml Co-authored-by: Marco Ebert <[email protected]>
…ate_test.yaml Co-authored-by: Marco Ebert <[email protected]>
Signed-off-by: Aran Shavit <[email protected]>
Signed-off-by: Aran Shavit <[email protected]>
Signed-off-by: Aran Shavit <[email protected]>
charts/ingress-nginx/tests/admission-webhooks/cert-manager_test.yaml
Outdated
Show resolved
Hide resolved
…t.yaml Co-authored-by: Marco Ebert <[email protected]>
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Aransh, Gacko 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 |
Thank you very much for your contribution! |
What this PR does / why we need it:
Seeing lots of rotations on the certificate for the webhook. So want to mitigate the problem first by providing a revisionHistoryLimit on the cert according to https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: