mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +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:
parent
7811def7c6
commit
df33392cf3
@ -71,3 +71,8 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /dev/shm
|
- mountPath: /dev/shm
|
||||||
name: dev-shm
|
name: dev-shm
|
||||||
|
env:
|
||||||
|
- name: 'NO_PROXY'
|
||||||
|
value: 'localhost,karma,$NO_PROXY'
|
||||||
|
- name: 'no_proxy'
|
||||||
|
value: 'localhost,selenium,$no_proxy'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user