-
Notifications
You must be signed in to change notification settings - Fork 41
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
Made restartOnSecretRefresh option part of certrorator #23
Made restartOnSecretRefresh option part of certrorator #23
Conversation
7b1933d
to
a0c70d7
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.
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.
Looks good - we should probably update the README.md to account for the flag change.
Instead of relying on people to use the flag parsing mechanism from go. They can pass the option to the CertRotator struct to restart of secret refresh. Signed-off-by: Stijn De Haes <stijndehaes@gmail.com>
a0c70d7
to
6cd430a
Compare
Done! |
Codecov Report
@@ Coverage Diff @@
## master #23 +/- ##
==========================================
- Coverage 51.44% 51.31% -0.13%
==========================================
Files 1 1
Lines 381 380 -1
==========================================
- Hits 196 195 -1
Misses 129 129
Partials 56 56
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Instead of relying on people to use the flag parsing
mechanism from go. They can pass the option to the
CertRotator struct to restart of secret refresh.
Signed-off-by: Stijn De Haes stijndehaes@gmail.com