Skip to content

Commit

Permalink
Merge pull request #1016 from blackshy/blackshy-patch-1
Browse files Browse the repository at this point in the history
Update fluentd-filter-kafka.yaml
  • Loading branch information
benjaminhuo authored Dec 11, 2023
2 parents 773687c + 3a7801e commit f2505f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fluent-operator/templates/fluentd-filter-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
enableRuby: true
records:
- key: {{ .Values.fluentd.output.kafka.topicKey }}
value: ${record["kubernetes"]["namespace_name"]
value: ${record["kubernetes"]["namespace_name"]}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit f2505f6

Please sign in to comment.