Skip to content

Commit

Permalink
Remove duplicate profile rule from operator rbac
Browse files Browse the repository at this point in the history
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
welteki authored and alexellis committed Jun 11, 2024
1 parent f26da3a commit c811bb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chart/openfaas/templates/operator-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ rules:
- apiGroups: ["iam.openfaas.com"]
resources: ["policies", "jwtissuers"]
verbs: ["get", "list", "watch"]
- apiGroups: ["openfaas.com"]
resources: ["profiles"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", "watch", "create", "delete", "update"]
Expand Down

0 comments on commit c811bb0

Please sign in to comment.