-
Notifications
You must be signed in to change notification settings - Fork 90
make bundle and VERSION update - after rebase #1901
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 from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,13 +35,6 @@ rules: | |
| - patch | ||
| - update | ||
| - watch | ||
| - apiGroups: | ||
| - "" | ||
| resources: | ||
| - persistentvolumerclaims | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. persistentvolumerclaims - I think this could have been mistake
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. persistentvolumes is something more problematic as it's not covered by other rbac privs here and I am not sure if we should give that somewhere.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Those are not present in the oadp-dev branch of oadp-operator directory. |
||
| - persistentvolumes | ||
| verbs: | ||
| - get | ||
| - apiGroups: | ||
| - apps | ||
| resources: | ||
|
|
@@ -187,19 +180,6 @@ rules: | |
| - velero.io | ||
| resources: | ||
| - '*' | ||
| - backuprepositories | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The '*' above should cover all the removals. |
||
| - backups | ||
| - backupstoragelocations | ||
| - datadownloads | ||
| - datauploads | ||
| - deletebackuprequests | ||
| - downloadrequests | ||
| - podvolumebackups | ||
| - podvolumerestores | ||
| - restores | ||
| - schedules | ||
| - serverstatusrequests | ||
| - volumesnapshotlocations | ||
| verbs: | ||
| - create | ||
| - delete | ||
|
|
@@ -208,22 +188,3 @@ rules: | |
| - patch | ||
| - update | ||
| - watch | ||
| - apiGroups: | ||
| - velero.io | ||
| resources: | ||
| - backuprepositories/status | ||
| - backups/status | ||
| - backupstoragelocations/status | ||
| - datadownloads/status | ||
| - datauploads/status | ||
| - deletebackuprequests/status | ||
| - downloadrequests/status | ||
| - podvolumebackups/status | ||
| - podvolumerestores/status | ||
| - restores/status | ||
| - schedules/status | ||
| - serverstatusrequests/status | ||
| verbs: | ||
| - get | ||
| - patch | ||
| - update | ||
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.
The '*' which is one line above should cover the removals.