fix(argocd): stop the document separator gluing itself to the last chart value #37

Merged
arcodange merged 1 commits from arcodange/fix-separator into main 2026-07-20 09:22:51 +02:00
+1 -2
View File
@@ -10,5 +10,4 @@ spec:
targetNamespace: argocd targetNamespace: argocd
valuesContent: |- valuesContent: |-
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
{{- end -}} {{- end }}
---