Skip to content

Commit

Permalink
UD-1202: Update the install hook to use the proxy configuration (#243)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Conner <[email protected]>
  • Loading branch information
knrc authored Feb 14, 2024
1 parent 8868cd4 commit d6bc93e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/zora/templates/hooks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ spec:
- |
curl -kfsS -X POST '{{ tpl .Values.saas.installURL . }}' \
-H 'content-type: application/json' \
{{- if .Values.httpsProxy }}
-x '{{ .Values.httpsProxy}}' \
{{- end }}
-d '{{ toJson (dict
"kubeVersion" .Capabilities.KubeVersion.GitVersion
"chartVersion" .Chart.Version
Expand Down

0 comments on commit d6bc93e

Please sign in to comment.