Unverified Commit 8b6c7fa9 by Guangbo Committed by GitHub

bump datadog version to v1.1.0 and fixed proxy settings (#126)

parent c3454a55
name: datadog
version: 1.0.0
version: 1.1.0
appVersion: 6.3.1
description: Datadog Agent
keywords:
......
......@@ -98,11 +98,11 @@ spec:
value: {{ .Values.pods.httpProxy | quote }}
{{- end }}
{{- if .Values.pods.httpsProxy }}
- name: HTTP_PROXY
- name: HTTPS_PROXY
value: {{ .Values.pods.httpsProxy | quote }}
{{- end }}
{{- if .Values.pods.noProxy }}
- name: HTTP_PROXY
- name: NO_PROXY
value: {{ .Values.pods.noProxy | quote }}
{{- end }}
volumeMounts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment