Skip to content

Commit

Permalink
[release-1.11] Fix edit role aggregation (#7128)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #7124

```release-note
Fix of the rule aggregation of the `knative-eventing-namespaced-edit` role to only give view permissions on knative eventing resources.
```

Co-authored-by: Christoph Stäbler <[email protected]>
  • Loading branch information
knative-prow-robot and creydr authored Aug 1, 2023
1 parent 248a471 commit cf146f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/core/roles/clusterrole-namespaced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: knative-eventing-namespaced-edit
labels:
rbac.authorization.k8s.io/aggregate-to-view: "true"
rbac.authorization.k8s.io/aggregate-to-edit: "true"
app.kubernetes.io/version: devel
app.kubernetes.io/name: knative-eventing
rules:
Expand Down

0 comments on commit cf146f1

Please sign in to comment.