From f55cfaf7e73f3cec685bdad6474d8eb0e0529559 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Fri, 11 Oct 2024 12:59:47 +0200 Subject: [PATCH] Add end --- helm/chart/templates/cronjob-fixture-reset.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/chart/templates/cronjob-fixture-reset.yaml b/helm/chart/templates/cronjob-fixture-reset.yaml index 40bc144..dbd1d58 100644 --- a/helm/chart/templates/cronjob-fixture-reset.yaml +++ b/helm/chart/templates/cronjob-fixture-reset.yaml @@ -199,4 +199,5 @@ spec: - docker-healthcheck periodSeconds: 3 resources: - {{- toYaml .Values.resources.fixtures | nindent 16 }} \ No newline at end of file + {{- toYaml .Values.resources.fixtures | nindent 16 }} +{{- end }} \ No newline at end of file