Skip to content

Commit

Permalink
fix: alloy.mounts.extra adding unnecessary newline
Browse files Browse the repository at this point in the history
  • Loading branch information
splichy committed Dec 23, 2024
1 parent 2b42ec4 commit a6e88f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/helm/charts/alloy/templates/containers/_agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
mountPath: /var/lib/docker/containers
readOnly: true
{{- end }}
{{- range $values.mounts.extra }}
- {{- toYaml . | nindent 6 }}
{{- with $values.mounts.extra }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit a6e88f2

Please sign in to comment.