From be45d0f578f61294b295a3f87364130f91ba67a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 18 Nov 2021 18:26:50 +0100 Subject: [PATCH] Add permissions for creating events --- helm/templates/theodolite/role.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm/templates/theodolite/role.yaml b/helm/templates/theodolite/role.yaml index b9924ea49..0b496f3ef 100644 --- a/helm/templates/theodolite/role.yaml +++ b/helm/templates/theodolite/role.yaml @@ -68,5 +68,11 @@ rules: - get - create - update + - apiGroups: + - "" + resources: + - events + verbs: + - create {{- end }} {{- end }} \ No newline at end of file -- GitLab