From 86636774cf2c9a18a934b20f78aabd4772cf057a Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Wed, 31 Jul 2024 14:47:54 +0200 Subject: [PATCH] Fix cron --- helm/chart/templates/cronjob-fixture-reset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/chart/templates/cronjob-fixture-reset.yaml b/helm/chart/templates/cronjob-fixture-reset.yaml index 2d6a0fb..ea38541 100644 --- a/helm/chart/templates/cronjob-fixture-reset.yaml +++ b/helm/chart/templates/cronjob-fixture-reset.yaml @@ -198,4 +198,4 @@ spec: periodSeconds: 3 resources: {{- toYaml .Values.resources.fixtures | nindent 16 }} -{{ - end }} \ No newline at end of file +{{- end }} \ No newline at end of file