Skip to content

Commit

Permalink
Merge pull request #54 from mzeevi/bug/fix-aggregrate-role
Browse files Browse the repository at this point in the history
added verbs to aggregrate role
  • Loading branch information
dana-prow-ci[bot] authored May 8, 2024
2 parents 7131bcb + 3a3d410 commit 6095e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/rbac/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resources:
# if your manager will use a service account that exists at
# runtime. Be sure to update RoleBinding and ClusterRoleBinding
# subjects if changing service account names.
- nfspvc-aggregate-to-admin.yaml
- nfspvc_aggregate_to_admin.yaml
- service_account.yaml
- role.yaml
- role_binding.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ metadata:
rules:
- apiGroups: ["nfspvc.dana.io"]
resources: ["nfspvcs"]
verbs: ["get", "list", "watch", "create", "delete"]
verbs: ["get", "list", "watch", "create", "delete", "update", "list"]

0 comments on commit 6095e8e

Please sign in to comment.