Update Argo to v2.3.0 and add support for Prometheus operator (#73)

This commit is contained in:
Sébastien Prud'homme 2019-07-02 22:41:28 +02:00 committed by Alex Collins
parent 62319a934f
commit 9f882e9190
5 changed files with 88 additions and 2 deletions

View file

@ -40,3 +40,6 @@ data:
{{- if .Values.controller.metricsConfig.enabled }}
metricsConfig:
{{ toYaml .Values.controller.metricsConfig | indent 6}}{{- end }}
{{- if .Values.controller.telemetryConfig.enabled }}
telemetryConfig:
{{ toYaml .Values.controller.telemetryConfig | indent 6}}{{- end }}