Skip to content

Commit

Permalink
added verbs to aggregrate role
Browse files Browse the repository at this point in the history
Signed-off-by: mzeevi <meytar80@gmail.com>
  • Loading branch information
mzeevi committed May 8, 2024
1 parent 7131bcb commit 3a3d410
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 3a3d410

Please sign in to comment.