Skip to content

Commit

Permalink
Fix edit role aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Jul 26, 2023
1 parent d2ce623 commit 0383422
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 0383422

Please sign in to comment.