-
Notifications
You must be signed in to change notification settings - Fork 19
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
changes for controller runtime upgrade #72
Conversation
Signed-off-by: anisha.kj <anisha.kj@dell.com>
Codecov Report
@@ Coverage Diff @@
## master #72 +/- ##
==========================================
- Coverage 86.77% 86.31% -0.46%
==========================================
Files 9 9
Lines 1474 1542 +68
==========================================
+ Hits 1279 1331 +52
- Misses 138 153 +15
- Partials 57 58 +1
Continue to review full report at Codecov.
|
Signed-off-by: anisha.kj <anisha.kj@dell.com>
Signed-off-by: anisha.kj <anisha.kj@dell.com>
803a041
to
9a12e1b
Compare
Signed-off-by: anisha.kj <anisha.kj@dell.com>
Signed-off-by: anisha.kj <anisha.kj@dell.com>
Signed-off-by: anisha.kj <anisha.kj@dell.com>
Signed-off-by: anisha.kj <anisha.kj@dell.com>
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.
Just add the "how to verify" section in the PR description other than that this PR LGTM.
- name: webhook-cert | ||
secret: | ||
{{- if .Values.webhookCert.generate }} | ||
secretName: {{ template "bookkeeper-operator.fullname" . }}-cert-tls |
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.
Name of the secret should be {{ template "bookkeeper-operator.fullname" . }}-cert-tls-bk
Signed-off-by: anisha.kj <anisha.kj@dell.com>
Signed-off-by: anisha.kj <anisha.kj@dell.com>
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
Signed-off-by: anisha.kj anisha.kj@dell.com
Change log description
Update controller run time to 0.5.2 and operator-sdk to v0.17.0
Purpose of the change
Fixes #69
What the code does
With controller run time upgrade, webhook validation mechanism changes. We have to create webhook svc, Also for validation a certificate needs to be installed.
How to verify it