about summary refs log tree commit diff
path: root/chart/templates/configmap-env.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/configmap-env.yaml')
-rw-r--r--chart/templates/configmap-env.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart/templates/configmap-env.yaml b/chart/templates/configmap-env.yaml
index 00e60f315..82a6a31e4 100644
--- a/chart/templates/configmap-env.yaml
+++ b/chart/templates/configmap-env.yaml
@@ -310,3 +310,6 @@ data:
   LDAP_UID_CONVERSION_REPLACE: {{ .Values.externalAuth.ldap.uid_conversion.replace }}
   {{- end }}
   {{- end }}
+  {{- with .Values.mastodon.metrics.statsd.address }}
+  STATSD_ADDR: {{ . }}
+  {{- end }}