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 vladfr committed Dec 13, 2023
1 parent b2f1f8c commit d7d8a4d
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 d7d8a4d

Please sign in to comment.