Skip to content

Commit

Permalink
Merge pull request #32 from dmilde/master
Browse files Browse the repository at this point in the history
readme fix for proxyConfig useage
  • Loading branch information
raffaelespazzoli committed May 4, 2022
2 parents 46d6f9e + 74e2a07 commit 967f435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ spec:
caseManagementAccountSecretRef:
name: case-management-creds
proxyConfig:
http_proxy: http://myproxy
https_proxy: https://my_http_proxy
no_proxy: master-api
httpProxy: http://myproxy
httpsProxy: https://my_http_proxy
noProxy: master-api
```

## Garbage collection
Expand Down

0 comments on commit 967f435

Please sign in to comment.