Skip to content
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

certmanager: solve CannotRegenerateKey #229

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

universam1
Copy link
Contributor

Overview

CertManager might throw a warning with the current Helm chart because the .spec.privateKey.rotationPolicy is unset.

This will set the field to Always which allows rotation in case there is a need for, which can resolve potential issues of an invalid cert.

For context, this is what certmanager also recommends: https://cert-manager.io/docs/usage/certificate/

@universam1 universam1 requested a review from a team as a code owner October 26, 2023 11:53
@universam1 universam1 requested review from akijakya and removed request for a team October 26, 2023 11:53
Copy link
Member

@akijakya akijakya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution, LGTM!
Please also sign-off your commit to pass all the checks!

`CertManager` might throw a warning with the current Helm chart because the `.spec.privateKey.rotationPolicy` is unset.

This will set the field to `Always` which allows rotation in case there is a need for, which can resolve potential issues of an invalid cert.

For context, this is what certmanager also recommends: https://cert-manager.io/docs/usage/certificate/

Signed-off-by: Samuel Lang <gh@lang-sam.de>
@universam1
Copy link
Contributor Author

Thanks for the contribution, LGTM! Please also sign-off your commit to pass all the checks!

Thank you, applied

@akijakya akijakya merged commit 195a2f8 into bank-vaults:main Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants