Skip to content

Commit

Permalink
fixup! fix: Enforce NonAdminBackup spec field values
Browse files Browse the repository at this point in the history
run make manifests

Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 committed Nov 14, 2024
1 parent 306351b commit 00d4a27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ kind: ClusterRole
metadata:
name: non-admin-controller-role
rules:
- apiGroups:
- oadp.openshift.io
resources:
- dataprotectionapplications
verbs:
- list
- apiGroups:
- oadp.openshift.io
resources:
Expand All @@ -30,12 +36,6 @@ rules:
- get
- patch
- update
- apiGroups:
- oadp.openshift.io
resources:
- dataprotectionapplications
verbs:
- list
- apiGroups:
- velero.io
resources:
Expand Down

0 comments on commit 00d4a27

Please sign in to comment.