(fix) Missing quotes for env variable

- The MAAS proxy port env variable for the import job was
  missing quotes causing a chart failure

Change-Id: I8310978e94f9916c0625040115a8a96f7c2b4199
This commit is contained in:
Scott Hussey 2018-10-19 14:40:42 -05:00
parent 48c6c20a7f
commit d1d5b88d3d
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ spec:
- name: MAAS_PROXY_SERVER
value: {{ .Values.conf.maas.proxy.proxy_server }}
- name: MAAS_INTERNAL_PROXY_PORT
value: {{ .Values.network.port.service_proxy }}
value: {{ .Values.network.port.service_proxy | quote }}
- name: MAAS_HTTP_BOOT
value: {{ .Values.conf.maas.http_boot | quote }}
- name: MAAS_NTP_SERVERS