-
Notifications
You must be signed in to change notification settings - Fork 121
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
Delete the cert manager dependencies and generate the self-signed CA for webhook. #1707
Conversation
bc1d47d
to
5375907
Compare
5375907
to
3bd8a84
Compare
#- patches/cainjection_in_sidecars.yaml | ||
#- patches/cainjection_in_backups.yaml | ||
#- patches/cainjection_in_recovers.yaml | ||
#- patches/cainjection_in_csidrivers.yaml | ||
# +kubebuilder:scaffold:crdkustomizecainjectionpatch |
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.
Remove those blocks if they are no longer needed...
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.
Done.
# objref: | ||
# kind: Service | ||
# version: v1 | ||
# name: webhook-service |
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.
Ditto.
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.
Done.
93ab546
to
269cfe9
Compare
Signed-off-by: Ye Cao <[email protected]>
269cfe9
to
e0d5552
Compare
What do these changes do?
As titled.
Related issue number
Fixes #1680