Skip to content

Commit

Permalink
fix for DEV-21274
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimss committed Nov 6, 2023
1 parent 9f79b3b commit 60daa7b
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: {{ toJson .Values.networking.proxy.httpProxy }}
httpsProxy: {{ toJson .Values.networking.proxy.httpsProxy}}
noProxy: {{ toJson .Values.networking.proxy.noProxy}}
sso:
enabled: {{.Values.sso.enabled}}
version: {{.Values.sso.version}}
Expand Down

0 comments on commit 60daa7b

Please sign in to comment.