Skip to content

Commit

Permalink
[Misc] Chart: RBAC update for subscriptionContext
Browse files Browse the repository at this point in the history
Update RBAC to match current state
  • Loading branch information
Pavan-SAP committed May 17, 2024
1 parent 9f62e0b commit cbe8bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/server-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rules:
verbs: ["create", "delete", "get", "list", "update", "watch"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "watch", "list"]
verbs: ["create", "get", "update", "list", "watch"]
- apiGroups: ["", "events.k8s.io"]
resources: ["events"]
verbs: ["*"]
Expand Down

0 comments on commit cbe8bb1

Please sign in to comment.