From caa9bde4c45c021e27a6b227d9259b96ab29a2ea Mon Sep 17 00:00:00 2001 From: Geoffrey MUSELLI Date: Mon, 4 Dec 2023 10:59:18 -0500 Subject: [PATCH] fix(doc): Fix documentation templatePatch (#16522) Signed-off-by: gmuselli --- docs/operator-manual/applicationset/Template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operator-manual/applicationset/Template.md b/docs/operator-manual/applicationset/Template.md index 76ff9132802d5..573e297bff2e2 100644 --- a/docs/operator-manual/applicationset/Template.md +++ b/docs/operator-manual/applicationset/Template.md @@ -157,12 +157,12 @@ spec: helm: valueFiles: {{- range $valueFile := .valueFiles }} - - {{ $valueFile | toJson }} + - {{ $valueFile }} {{- end }} {{- if .autoSync }} syncPolicy: automated: - prune: {{ .prune | toJson }} + prune: {{ .prune }} {{- end }} ```