1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

chore(karma): added proxy env for karma sidecar (#1903)

* added proxy env for karma sidecar

* Update karma.yaml

Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
lndrschlz 2020-08-28 18:46:31 +02:00 committed by GitHub
parent 7811def7c6
commit df33392cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,3 +71,8 @@ spec:
volumeMounts:
- mountPath: /dev/shm
name: dev-shm
env:
- name: 'NO_PROXY'
value: 'localhost,karma,$NO_PROXY'
- name: 'no_proxy'
value: 'localhost,selenium,$no_proxy'