mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/influxdb] Ensure value replacement won't cause invalid YAML (#1065)
This commit is contained in:
committed by
Reinhard Nägele
parent
e8f93e4d01
commit
42bd66362d
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user