Skip to content

Commit

Permalink
update replicated sdk to be able to use proxy (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarorm22 authored Jul 1, 2024
1 parent 28666ad commit 90d0814
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/kots-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,12 @@ spec:
sslRejectUnauthorized: repl{{ if ConfigOptionEquals "externalHttpsProxySslCertificateCheck" "0"}}falserepl{{ else }}truerepl{{ end }}
sslCA: |
repl{{ ConfigOptionData "externalHttpsProxySslCa" | nindent 12 }}
replicated:
extraEnv:
- name: repl{{ if ConfigOptionEquals "externalProxyType" "http"}}HTTP_PROXYrepl{{ else }}HTTPS_PROXYrepl{{ end }}
value: '{{repl ConfigOption "externalProxyHost" }}'
- name: NO_PROXY
value: '{{repl ConfigOption "externalProxyExcludedDomains" }}'

- when: '{{repl ConfigOptionEquals "ssoEnabled" "1"}}'
recursiveMerge: true
Expand Down

0 comments on commit 90d0814

Please sign in to comment.