From e07f267182beed8438f0767f6b5485337e9ed5fd Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Wed, 24 Nov 2021 10:22:53 +0100
Subject: [PATCH] Update role in order to allows to set status of a benchmark

---
 helm/templates/theodolite/role.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm/templates/theodolite/role.yaml b/helm/templates/theodolite/role.yaml
index 0b496f3ef..86a2c4671 100644
--- a/helm/templates/theodolite/role.yaml
+++ b/helm/templates/theodolite/role.yaml
@@ -51,6 +51,7 @@ rules:
     - benchmarks
     - executions
     - executions/status
+    - benchmarks/status
     verbs:
     - delete
     - list
-- 
GitLab