This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 48ce4bd  Fix missing dash in flag for statsd container (#10691)
48ce4bd is described below

commit 48ce4bdac42af6a0bbd33148c14ac0bfc3568ce2
Author: Kamil Olszewski <[email protected]>
AuthorDate: Wed Sep 2 20:43:00 2020 +0200

    Fix missing dash in flag for statsd container (#10691)
    
    Co-authored-by: Kamil Olszewski <[email protected]>
---
 chart/templates/statsd/statsd-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/statsd/statsd-deployment.yaml 
b/chart/templates/statsd/statsd-deployment.yaml
index d7f5464..12257ea 100644
--- a/chart/templates/statsd/statsd-deployment.yaml
+++ b/chart/templates/statsd/statsd-deployment.yaml
@@ -61,7 +61,7 @@ spec:
           image: {{- include "statsd_image" . | indent 1 }}
           imagePullPolicy: {{ .Values.images.statsd.pullPolicy }}
           args:
-            - "-statsd.mapping-config=/etc/statsd-exporter/mappings.yml"
+            - "--statsd.mapping-config=/etc/statsd-exporter/mappings.yml"
           resources:
 {{ toYaml .Values.statsd.resources | indent 12 }}
           ports:

Reply via email to