Update Argo to v2.3.0 and add support for Prometheus operator (#73)
This commit is contained in:
parent
62319a934f
commit
9f882e9190
5 changed files with 88 additions and 2 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue