mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
Update README.md with Proxy support infos
This commit is contained in:
parent
73f65d7530
commit
54e0b8f5bb
1 changed files with 7 additions and 0 deletions
|
|
@ -231,6 +231,13 @@ bandwidth costs might be applicable. Since bandwidth from Github Packages within
|
|||
Github Container Registry to also be usable for free within Github Actions in the future. If that were not to be the
|
||||
case, I might publish the Docker image to a different platform.
|
||||
|
||||
### Proxy support
|
||||
|
||||
Kubeconform will respect the HTTPS_PROXY variable when downloading schema files.
|
||||
|
||||
```
|
||||
$ HTTPS_PROXY=proxy.local bin/kubeconform fixtures/valid.yaml
|
||||
```
|
||||
### Speed comparison with Kubeval
|
||||
|
||||
Running on a pretty large kubeconfigs setup, on a laptop with 4 cores:
|
||||
|
|
|
|||
Loading…
Reference in a new issue