From 342026a3d92a1d1673f92767fd294c7d60704a89 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Mon, 20 Jul 2026 09:22:49 +0200 Subject: [PATCH] fix(argocd): stop the document separator gluing itself to the last chart value (#37) Co-authored-by: Gabriel Radureau Co-committed-by: Gabriel Radureau --- argocd/templates/argocd_image_updater.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/argocd/templates/argocd_image_updater.yaml b/argocd/templates/argocd_image_updater.yaml index 971d26d..ae4f534 100644 --- a/argocd/templates/argocd_image_updater.yaml +++ b/argocd/templates/argocd_image_updater.yaml @@ -10,5 +10,4 @@ spec: targetNamespace: argocd valuesContent: |- {{- toYaml . | nindent 4 }} -{{- end -}} ---- \ No newline at end of file +{{- end }} \ No newline at end of file