Skip to content

Commit b6dbca0

Browse files
committed
Update helm
1 parent 96bea01 commit b6dbca0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

helm/dataflow-operator/templates/clusterrole.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ metadata:
66
labels:
77
{{- include "dataflow-operator.labels" . | nindent 4 }}
88
rules:
9+
# EventRecorder: создание событий для DataFlow (kubectl describe dataflow, UI событий)
10+
- apiGroups:
11+
- ""
12+
resources:
13+
- events
14+
verbs:
15+
- create
16+
- patch
917
- apiGroups:
1018
- dataflow.dataflow.io
1119
resources:

0 commit comments

Comments
 (0)