Skip to content

Commit

Permalink
Update _module.alloy.tpl (#846)
Browse files Browse the repository at this point in the history
fix forward_to value (should be array)
  • Loading branch information
ohayak authored Nov 7, 2024
1 parent 47d924d commit a8f9689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/feature-cluster-events/templates/_module.alloy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare "cluster_events" {
namespaces = {{ .Values.namespaces | toJson }}
{{- end }}
{{- if .Values.extraProcessingStages }}
forward_to = loki.process.cluster_events.receiver
forward_to = [loki.process.cluster_events.receiver]
}

loki.process "cluster_events" {
Expand Down

0 comments on commit a8f9689

Please sign in to comment.