Merge "Add proxy variable to AIAP"
This commit is contained in:
commit
bd3b7f8436
@ -218,6 +218,14 @@ spec:
|
|||||||
value: airshipctl
|
value: airshipctl
|
||||||
- name: AIRSHIPCTL_REF
|
- name: AIRSHIPCTL_REF
|
||||||
value:
|
value:
|
||||||
|
- name: USE_PROXY
|
||||||
|
value:
|
||||||
|
- name: no_proxy
|
||||||
|
value:
|
||||||
|
- name: http_proxy
|
||||||
|
value:
|
||||||
|
- name: https_proxy
|
||||||
|
value:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: tmp
|
- name: tmp
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
@ -253,6 +261,14 @@ spec:
|
|||||||
value: /opt/aiap-cache
|
value: /opt/aiap-cache
|
||||||
- name: ARTIFACTS_DIR
|
- name: ARTIFACTS_DIR
|
||||||
value: /opt/aiap-artifacts
|
value: /opt/aiap-artifacts
|
||||||
|
- name: USE_PROXY
|
||||||
|
value:
|
||||||
|
- name: no_proxy
|
||||||
|
value:
|
||||||
|
- name: http_proxy
|
||||||
|
value:
|
||||||
|
- name: https_proxy
|
||||||
|
value:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: cache
|
- name: cache
|
||||||
mountPath: /opt/aiap-cache
|
mountPath: /opt/aiap-cache
|
||||||
@ -300,6 +316,14 @@ spec:
|
|||||||
value: "false"
|
value: "false"
|
||||||
- name: MANIFEST_REPO_NAME
|
- name: MANIFEST_REPO_NAME
|
||||||
value: airshipctl
|
value: airshipctl
|
||||||
|
- name: USE_PROXY
|
||||||
|
value:
|
||||||
|
- name: no_proxy
|
||||||
|
value:
|
||||||
|
- name: http_proxy
|
||||||
|
value:
|
||||||
|
- name: https_proxy
|
||||||
|
value:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: cache
|
- name: cache
|
||||||
mountPath: /opt/aiap-cache
|
mountPath: /opt/aiap-cache
|
||||||
|
Loading…
Reference in New Issue
Block a user