diff --git a/charts/zora/templates/hooks/install.yaml b/charts/zora/templates/hooks/install.yaml index 6c17751e..78fbddc7 100644 --- a/charts/zora/templates/hooks/install.yaml +++ b/charts/zora/templates/hooks/install.yaml @@ -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