This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f03a5ee902f127235d89fd855ea34ae309774603 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]> (cherry picked from commit 48ce4bdac42af6a0bbd33148c14ac0bfc3568ce2) --- 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 181c910..d836e81 100644 --- a/chart/templates/statsd/statsd-deployment.yaml +++ b/chart/templates/statsd/statsd-deployment.yaml @@ -65,7 +65,7 @@ spec: image: {{ template "statsd_image" . }} 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:
