From 77a550361c1e74c4ed59818347b766fcc59074a4 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 8 Nov 2022 14:57:47 +0100 Subject: [PATCH] Add create event permissions to operator role --- deploy/helm/secret-operator/templates/roles.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy/helm/secret-operator/templates/roles.yaml b/deploy/helm/secret-operator/templates/roles.yaml index a68a7006..c344b1a4 100644 --- a/deploy/helm/secret-operator/templates/roles.yaml +++ b/deploy/helm/secret-operator/templates/roles.yaml @@ -23,6 +23,7 @@ rules: - list - watch - create + - patch - delete - apiGroups: - "" @@ -49,6 +50,12 @@ rules: verbs: - get - patch + - apiGroups: + - events.k8s.io + resources: + - events + verbs: + - create - apiGroups: - secrets.stackable.tech resources: