File tree Expand file tree Collapse file tree
charts/perfectscale-agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,6 +153,10 @@ spec:
153153 value : " {{ include " helm.exporter.remoteLogBatchSize" . }}"
154154 - name : REMOTE_LOG_BATCH_INTERVAL
155155 value : " {{ include " helm.exporter.remoteLogBatchInterval" . }}"
156+ {{- if (.Values.settings).insecureSkipVerify }}
157+ - name : INSECURE_SKIP_VERIFY
158+ value : " {{ .Values.settings.insecureSkipVerify }}"
159+ {{- end }}
156160 {{- if .Values.settings.httpProxyEnabled | default false }}
157161 - name : HTTP_PROXY
158162 value : " {{ .Values.settings.httpProxy }}"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ revisionHistoryLimit: 10
33image :
44 repository : public.ecr.aws/perfectscale-io/psc-exporter
55 pullPolicy : Always
6- tag : " v1.0.81 "
6+ tag : " v1.0.82 "
77initContainer :
88 image :
99 repository : public.ecr.aws/perfectscale-io/alpine
You can’t perform that action at this time.
0 commit comments