[argo] Add workflow persistence configuration (#133)

This commit is contained in:
John Behling 2019-10-22 17:08:29 -05:00 committed by Alex Collins
parent 04d7d2c390
commit caf9ff6e49
3 changed files with 22 additions and 1 deletions

View file

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