(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:
parent
48c6c20a7f
commit
d1d5b88d3d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user