Skip to content

Commit

Permalink
doc: add patch
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 20, 2024
1 parent 987ce5e commit f10ba9f
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions examples/patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: jetstream-ch-dispatcher
rules:
- apiGroups:
- messaging.knative.dev
resources:
- natsjetstreamchannels
verbs:
- get
- list
- watch
- update
- patch
- apiGroups:
- eventing.knative.dev
resources:
- eventpolicies
- eventpolicies/status
verbs:
- get
- list
- watch
- apiGroups:
- messaging.knative.dev
resources:
- natsjetstreamchannels/status
- natsjetstreamchannels/finalizers
verbs:
- update
- patch
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
# required to log events
- apiGroups:
- ""
resources:
- "events"
verbs:
- create
- patch
- update

0 comments on commit f10ba9f

Please sign in to comment.