Skip to content

Commit

Permalink
fixing CSV for MTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Hurley committed Nov 29, 2021
1 parent 780e2f5 commit 2e92fea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bundle/manifests/oadp-operator.clusterserviceversion.yaml
Expand Up @@ -266,6 +266,23 @@ spec:
install:
spec:
clusterPermissions:
- rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- apiGroups:
- security.openshift.io
resourceNames:
- privileged
- velero-privileged
resources:
- securitycontextconstraints
verbs:
- use
serviceAccountName: velero
- rules:
- apiGroups:
- oadp.openshift.io
Expand Down

0 comments on commit 2e92fea

Please sign in to comment.