Skip to content

Commit

Permalink
produce secretstores template
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Aug 29, 2023
1 parent 113e8c3 commit 2d7b46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/telegraf/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data:
{{ template "processors" (list $tplVersion .Values.config.processors) }}
{{ template "aggregators" (list $tplVersion .Values.config.aggregators) }}
{{ template "outputs" (list $tplVersion .Values.config.outputs) }}
{{ template "secretstores" (list $tplVersion .Values.config.secretstores) }}
{{- if .Values.metrics.health.enabled }}
[[outputs.health]]
service_address = "{{ .Values.metrics.health.service_address }}"
Expand Down

0 comments on commit 2d7b46e

Please sign in to comment.