|
@@ -264,7 +264,7 @@
|
|
- name: HTTPS_PROXY
|
|
- name: HTTPS_PROXY
|
|
value: "{{ openshift.common.https_proxy | default('') }}"
|
|
value: "{{ openshift.common.https_proxy | default('') }}"
|
|
- name: NO_PROXY
|
|
- name: NO_PROXY
|
|
- value: "{{ openshift.common.no_proxy | default('') }}"
|
|
|
|
|
|
+ value: "{{ ([openshift.common.no_proxy, '.default'] | join(',')) if openshift.get('common', {}).get('no_proxy') else '' }}"
|
|
resources: {}
|
|
resources: {}
|
|
terminationMessagePath: /tmp/termination-log
|
|
terminationMessagePath: /tmp/termination-log
|
|
readinessProbe:
|
|
readinessProbe:
|