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:
parent
7811def7c6
commit
df33392cf3
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user