diff --git a/execution/helm/templates/theodolite/crd-benchmark.yaml b/execution/helm/templates/theodolite/crd-benchmark.yaml index f894f427332c1d4d5769d524fa27c17dfcdc1594..084480e1f9e2ef827fb145cd823bbd2f68a20bac 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 f10fe3abf24d2609b2c2694c126fffd46a557365..d9212e0e0576bb54ffcaf51a227e47f42894a742 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 }}