From 42bd66362d698a444811e61fc83dee72e02a9967 Mon Sep 17 00:00:00 2001 From: Andy Hume Date: Tue, 23 May 2017 04:47:46 +0100 Subject: [PATCH] [stable/influxdb] Ensure value replacement won't cause invalid YAML (#1065) --- stable/influxdb/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/influxdb/templates/deployment.yaml b/stable/influxdb/templates/deployment.yaml index c237c68b4a..25d760f89f 100644 --- a/stable/influxdb/templates/deployment.yaml +++ b/stable/influxdb/templates/deployment.yaml @@ -22,7 +22,7 @@ spec: {{ toYaml .Values.resources | indent 10 }} ports: - name: api - containerPort: {{ .Values.config.http.bind_address -}} + containerPort: {{ .Values.config.http.bind_address }} {{- if .Values.config.admin.enabled -}} - name: admin containerPort: {{ .Values.config.admin.bind_address }}