From 409f9f8833b81e282b019c0fdb14f8af11a44c29 Mon Sep 17 00:00:00 2001 From: "Battina, Sai (sb464f)" Date: Mon, 30 Aug 2021 16:43:59 -0500 Subject: [PATCH] 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 --- .../examples/base/airship-in-a-pod.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml b/tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml index 1bdddf883..bb9af2b2c 100644 --- a/tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml +++ b/tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml @@ -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