Skip to content

Commit

Permalink
DEV-21274: to json proxy values
Browse files Browse the repository at this point in the history
  • Loading branch information
HadassDeutchcnvrg committed Nov 5, 2023
1 parent f3319ad commit 0bcaecf
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: {{.Values.networking.proxy.HttpProxy}}
httpsProxy: {{.Values.networking.proxy.HttpsProxy}}
noProxy: {{.Values.networking.proxy.NoProxy}}
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 0bcaecf

Please sign in to comment.