-
Notifications
You must be signed in to change notification settings - Fork 10
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
update dependencies #64
Conversation
b610967
to
286c094
Compare
@@ -12,94 +12,12 @@ rules: | |||
verbs: | |||
- create | |||
- patch | |||
- apiGroups: | |||
- "" |
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.
Why are we removing this?
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.
Not really removing. This is auto-generated by controller-gen, and, after it's been updated, the new version consolidated rbac permissions into fewer sections. I.e. in the new file https://github.com/digitalocean/do-operator/blob/976400bfda72e67b2174408058342d28b200bffd/config/rbac/role.yaml there's still create and patch on secrets, it's just bundled together with configmaps. Similar with database resources - they're just bundled into a single section with the same verbs
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.
🙈
Updates go and all dependencies