From 6c2386cf8de885804e40eb0a398c6090af04fa0b Mon Sep 17 00:00:00 2001 From: Rudi MK Date: Tue, 9 Jul 2024 05:19:59 +0000 Subject: [PATCH] Fixed a loop that wasn't closed for Argo rollouts. --- applications/worker/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/worker/templates/deployment.yaml b/applications/worker/templates/deployment.yaml index 21a0d5185..dc1437ff0 100644 --- a/applications/worker/templates/deployment.yaml +++ b/applications/worker/templates/deployment.yaml @@ -398,3 +398,4 @@ spec: {{- toYaml .Values.emptyDir.volumeOptions | nindent 8 }} {{ end }} {{ end }} +{{- end }} \ No newline at end of file