Commit 0e7d1cca authored by Andy Hume's avatar Andy Hume Committed by Reinhard Nägele

[stable/influxdb] Ensure value replacement won't cause invalid YAML (#1065)

parent a20807b6
......@@ -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 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment