Skip to content

Commit

Permalink
Remove traces from fluentd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Rosiek authored and perk-sumo committed Aug 31, 2020
1 parent 85a7811 commit 49dee87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/helm/sumologic/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ data:
{{- end }}
{{- (tpl (.Files.Glob "conf/*.conf").AsConfig .) | nindent 2 }}
{{- (tpl (.Files.Glob "conf/logs/*.conf").AsConfig .) | nindent 2 }}
{{- if .Values.sumologic.traces.enabled }}
{{- (tpl (.Files.Glob "conf/traces/*.conf").AsConfig .) | nindent 2 }}
{{- end }}
{{- end }}

0 comments on commit 49dee87

Please sign in to comment.