[argo] Add workflow persistence configuration (#133)
This commit is contained in:
parent
04d7d2c390
commit
caf9ff6e49
3 changed files with 22 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue