-
Notifications
You must be signed in to change notification settings - Fork 119
remove get,patch of CustomResourceDefinitions. #1859
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
remove get,patch of CustomResourceDefinitions. #1859
Conversation
d163872
to
48d4f88
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.
Thanks for looking into this.
f8a3cc0
to
958b01a
Compare
Signed-off-by: Hasan Awad <[email protected]>
958b01a
to
4d9c515
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan 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 |
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
Changes
hack/storage-version-migration.sh script
is using permissions to patch CustomResourceDefinitions.The needed permissions were added to the script and then deleted after the script is done executing.
Fixes #1789
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes