Add proxy variable to AIAP
This PS add's proxy env variables to artifact-setup infra-builder, and runner containers in aiap pod to allow users to pass proxy configuration id required. Change-Id: I9747597c3534e70f4b69651c044a9cfe21ebc06d
This commit is contained in:
parent
4750ab169c
commit
409f9f8833
@ -218,6 +218,14 @@ spec:
|
||||
value: airshipctl
|
||||
- name: AIRSHIPCTL_REF
|
||||
value:
|
||||
- name: USE_PROXY
|
||||
value:
|
||||
- name: no_proxy
|
||||
value:
|
||||
- name: http_proxy
|
||||
value:
|
||||
- name: https_proxy
|
||||
value:
|
||||
volumeMounts:
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
@ -253,6 +261,14 @@ spec:
|
||||
value: /opt/aiap-cache
|
||||
- name: ARTIFACTS_DIR
|
||||
value: /opt/aiap-artifacts
|
||||
- name: USE_PROXY
|
||||
value:
|
||||
- name: no_proxy
|
||||
value:
|
||||
- name: http_proxy
|
||||
value:
|
||||
- name: https_proxy
|
||||
value:
|
||||
volumeMounts:
|
||||
- name: cache
|
||||
mountPath: /opt/aiap-cache
|
||||
@ -300,6 +316,14 @@ spec:
|
||||
value: "false"
|
||||
- name: MANIFEST_REPO_NAME
|
||||
value: airshipctl
|
||||
- name: USE_PROXY
|
||||
value:
|
||||
- name: no_proxy
|
||||
value:
|
||||
- name: http_proxy
|
||||
value:
|
||||
- name: https_proxy
|
||||
value:
|
||||
volumeMounts:
|
||||
- name: cache
|
||||
mountPath: /opt/aiap-cache
|
||||
|
Loading…
Reference in New Issue
Block a user