Skip to content

Commit

Permalink
Merge pull request #112 from jsafrane/fix-rbac-typo
Browse files Browse the repository at this point in the history
Bug 2037856: Fix typo in VolumeSnapshotContents RBAC
  • Loading branch information
openshift-merge-robot committed Jan 25, 2022
2 parents 068ddb9 + 22a5f08 commit fbc3e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/05_operand_rbac.yaml
Expand Up @@ -32,7 +32,7 @@ rules:
resources: ["volumesnapshots/status"]
verbs: ["update", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontentss/status"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update", "patch"]

---
Expand Down

0 comments on commit fbc3e63

Please sign in to comment.