File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
helm-charts/splunk-otel-collector Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : splunk-otel-collector
3
- version : 0.20.7
3
+ version : 0.20.8
4
4
description : Splunk OpenTelemetry Connector for Kubernetes
5
5
type : application
6
6
keywords :
Original file line number Diff line number Diff line change @@ -278,12 +278,12 @@ data:
278
278
</filter>
279
279
280
280
# = custom filters specified by users =
281
- {{- range $name, $filterDef := .Values.customFilters }}
281
+ {{- range $name, $filterDef := .Values.fluentd.config. customFilters }}
282
282
{{- if and $filterDef.tag $filterDef.type }}
283
283
<filter {{ $filterDef.tag }}>
284
284
@type {{ $filterDef.type }}
285
285
{{- if $filterDef.body }}
286
- {{ $filterDef.body | indent 8 }}
286
+ {{- $filterDef.body | nindent 8 }}
287
287
{{- end }}
288
288
</filter>
289
289
{{- end }}
You can’t perform that action at this time.
0 commit comments