Skip to content

Commit

Permalink
DEV-21274: take proxy values
Browse files Browse the repository at this point in the history
  • Loading branch information
HadassDeutchcnvrg committed Nov 1, 2023
1 parent 9f79b3b commit f3319ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cnvrg-cap/templates/cap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ spec:
proxy:
enabled: {{.Values.networking.proxy.enabled}}
configRef: {{.Values.networking.proxy.configRef}}
httpProxy: null
httpsProxy: null
noProxy: null
httpProxy: {{.Values.networking.proxy.HttpProxy}}
httpsProxy: {{.Values.networking.proxy.HttpsProxy}}
noProxy: {{.Values.networking.proxy.NoProxy}}
sso:
enabled: {{.Values.sso.enabled}}
version: {{.Values.sso.version}}
Expand Down

0 comments on commit f3319ad

Please sign in to comment.