From 85175fdb82f804b5d26547bd1e8fd936bf3f4b4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 24 Nov 2021 11:59:52 +0100
Subject: [PATCH] Change order of resources

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

diff --git a/helm/templates/theodolite/role.yaml b/helm/templates/theodolite/role.yaml
index 86a2c4671..43ee0e43d 100644
--- a/helm/templates/theodolite/role.yaml
+++ b/helm/templates/theodolite/role.yaml
@@ -49,9 +49,9 @@ rules:
     - theodolite.com
     resources:
     - benchmarks
+    - benchmarks/status
     - executions
     - executions/status
-    - benchmarks/status
     verbs:
     - delete
     - list
-- 
GitLab