From 7911ea1296f37e06b388e42af1ef861703230ffc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 14 Apr 2021 11:57:26 +0200
Subject: [PATCH] Fix whitespace error in Helm role resource

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

diff --git a/execution/helm/templates/theodolite/role.yaml b/execution/helm/templates/theodolite/role.yaml
index 73e3e5098..ee699a5b8 100644
--- a/execution/helm/templates/theodolite/role.yaml
+++ b/execution/helm/templates/theodolite/role.yaml
@@ -42,7 +42,7 @@ rules:
     - delete
     - list
     - create
-  {{- if .Values.operator.enabled -}}
+  {{- if .Values.operator.enabled }}
   - apiGroups:
     - theodolite.com
     resources: 
-- 
GitLab