Skip to content

Commit

Permalink
Add integrationsinks-addressable-resolver cluster role (#8356)
Browse files Browse the repository at this point in the history
🛂 Add integrationsinks-addressable-resolver cluster role

Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Nov 28, 2024
1 parent 545c14c commit cb31cb2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/core/roles/addressable-resolvers-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,25 @@ rules:
- get
- list
- watch

---

kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: integrationsinks-addressable-resolver
labels:
duck.knative.dev/addressable: "true"
app.kubernetes.io/version: devel
app.kubernetes.io/name: knative-eventing
# Do not use this role directly. These rules will be added to the "addressable-resolver" role.
rules:
- apiGroups:
- sinks.knative.dev
resources:
- integrationsinks
- integrationsinks/status
verbs:
- get
- list
- watch

0 comments on commit cb31cb2

Please sign in to comment.