From 77b88fea642f86fac484ceac4f4bd824d03ad9e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 22 Jun 2021 14:55:34 +0200
Subject: [PATCH] Fix broken helm file

---
 execution/helm/templates/theodolite/crd-benchmark.yaml | 2 +-
 execution/helm/templates/theodolite/crd-execution.yaml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/execution/helm/templates/theodolite/crd-benchmark.yaml b/execution/helm/templates/theodolite/crd-benchmark.yaml
index f894f4273..084480e1f 100644
--- a/execution/helm/templates/theodolite/crd-benchmark.yaml
+++ b/execution/helm/templates/theodolite/crd-benchmark.yaml
@@ -116,4 +116,4 @@ spec:
     subresources:
       status: {}
   scope: Namespaced
-{{- end }}
\ No newline at end of file
+{{- end }}
diff --git a/execution/helm/templates/theodolite/crd-execution.yaml b/execution/helm/templates/theodolite/crd-execution.yaml
index f10fe3abf..d9212e0e0 100644
--- a/execution/helm/templates/theodolite/crd-execution.yaml
+++ b/execution/helm/templates/theodolite/crd-execution.yaml
@@ -126,4 +126,5 @@ spec:
       jsonPath: .metadata.creationTimestamp
     subresources:
       status: {}
-  scope: Namespaced
\ No newline at end of file
+  scope: Namespaced
+{{- end }}
-- 
GitLab