Hotifx: Missing event generation permissions.

This commit is contained in:
2023-03-16 15:19:56 +00:00
parent cb4a008e48
commit 79c124816e
2 changed files with 13 additions and 1 deletions
@@ -105,4 +105,4 @@ spec:
securityContext:
runAsNonRoot: true
serviceAccountName: {{ include "chart.fullname" . }}-controller-manager
terminationGracePeriodSeconds: 10
terminationGracePeriodSeconds: 10
@@ -5,6 +5,18 @@ metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- batch
resources: