From fedd2491afab87cb087c9842154371461cf29b1c Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Wed, 26 May 2021 21:59:38 +0200
Subject: [PATCH] fix intend in helm template

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

diff --git a/execution/helm/templates/theodolite/crd-execution.yaml b/execution/helm/templates/theodolite/crd-execution.yaml
index 8e26d9164..6b9dea70a 100644
--- a/execution/helm/templates/theodolite/crd-execution.yaml
+++ b/execution/helm/templates/theodolite/crd-execution.yaml
@@ -128,5 +128,5 @@ spec:
     subresources:
       status: {}
   scope: Namespaced
-    status: {}
+  status: {}
 {{- end }}
\ No newline at end of file
-- 
GitLab