Skip to content

Commit

Permalink
readme fix for proxyConfig useage
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mildenberger committed May 4, 2022
1 parent 46d6f9e commit 74e2a07
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 74e2a07

Please sign in to comment.