#67 Add info about HTTP Proxy in docs
This commit is contained in:
parent
72633732b3
commit
bad8236104
|
|
@ -229,9 +229,9 @@ stringData:
|
||||||
password: password_or_token
|
password: password_or_token
|
||||||
```
|
```
|
||||||
|
|
||||||
## HTTP Proxy
|
## HTTP Proxy for downloading plugins
|
||||||
|
|
||||||
To use forwarding proxy with operator you need to put environment var to Jenkins CR, for e.g.:
|
To use forwarding proxy with operator to downloading plugins you need to put environment var to Jenkins CR, for e.g.:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -231,9 +231,9 @@ stringData:
|
||||||
password: password_or_token
|
password: password_or_token
|
||||||
```
|
```
|
||||||
|
|
||||||
## HTTP Proxy
|
## HTTP Proxy for downloading plugins
|
||||||
|
|
||||||
To use forwarding proxy with operator you need to put environment var to Jenkins CR, for e.g.:
|
To use forwarding proxy with operator to downloading plugins you need to put environment var to Jenkins CR, for e.g.:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue