Analytics env fix in chart (#1247)

This commit is contained in:
Vishal
2019-07-25 19:25:34 +08:00
committed by Ta-Ching Chen
parent 655a76447e
commit 6e440f11cd
+4 -4
View File
@@ -220,11 +220,11 @@ spec:
- name: TRACING_SAMPLING_RATE
value: {{ .Values.traceSamplingRate | default "0.5" | quote }}
{{ if .Values.analytics }}
- name: ANALYTICS_URL
value: "https://g.fission.sh/metrics"
- name: ANALYTICS_URL
value: "https://g.fission.sh/metrics"
{{ else if .Values.analyticsNonHelmInstall }}
- name: ANALYTICS_URL
value: "https://g.fission.sh/metrics"
- name: ANALYTICS_URL
value: "https://g.fission.sh/metrics"
{{ end }}
readinessProbe:
httpGet: