Skip to content

Commit

Permalink
update rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Oct 25, 2022
1 parent a01b4f5 commit 9958ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
verbs: ["get", "list", "watch", "update", "create", "delete", "patch"]
- apiGroups: [""]
resources: ["events", "services"]
verbs: ["list", "watch", "create", "update", "patch", "get", "patch"]
verbs: ["list", "watch", "create", "update", "patch", "get", "patch", "delete"]
- apiGroups: ["apps"]
resources: ["deployments"]
verbs: ["get", "list", "watch", "update", "create", "delete", "patch"]
Expand Down

0 comments on commit 9958ae3

Please sign in to comment.