Skip to content

Commit

Permalink
Fix usage of proxy in replicated sdk (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob authored Jul 19, 2024
1 parent 401cbb3 commit c75e780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/kots-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ spec:
repl{{ ConfigOptionData "externalHttpsProxySslCa" | nindent 12 }}
replicated:
extraEnv:
- name: repl{{ if ConfigOptionEquals "externalProxyType" "http"}}HTTP_PROXYrepl{{ else }}HTTPS_PROXYrepl{{ end }}
- name: HTTP_PROXY
value: '{{repl ConfigOption "externalProxyHost" }}'
- name: HTTPS_PROXY
value: '{{repl ConfigOption "externalProxyHost" }}'
- name: NO_PROXY
value: '{{repl ConfigOption "externalProxyExcludedDomains" }}'
Expand Down

0 comments on commit c75e780

Please sign in to comment.