Skip to content

Commit

Permalink
fix(doc): Fix documentation templatePatch (argoproj#16522)
Browse files Browse the repository at this point in the history
Signed-off-by: gmuselli <[email protected]>
  • Loading branch information
speedfl authored and Hariharasuthan99 committed Jun 16, 2024
1 parent 68f5d75 commit caa9bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operator-manual/applicationset/Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ spec:
helm:
valueFiles:
{{- range $valueFile := .valueFiles }}
- {{ $valueFile | toJson }}
- {{ $valueFile }}
{{- end }}
{{- if .autoSync }}
syncPolicy:
automated:
prune: {{ .prune | toJson }}
prune: {{ .prune }}
{{- end }}
```

Expand Down

0 comments on commit caa9bde

Please sign in to comment.