From 9c39d8b513d765ce3abbcf3dbb4387431e0c7691 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Fri, 11 Oct 2024 11:38:55 +0200 Subject: [PATCH] Fix EOF --- 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 6566f30..40bc144 100644 --- a/helm/chart/templates/cronjob-fixture-reset.yaml +++ b/helm/chart/templates/cronjob-fixture-reset.yaml @@ -199,4 +199,4 @@ spec: - docker-healthcheck periodSeconds: 3 resources: - {{- toYaml .Values.resources.fixtures | nindent 16 }} + {{- toYaml .Values.resources.fixtures | nindent 16 }} \ No newline at end of file