
[argo-event] allow extraObjects to contain string template Signed-off-by: Cyril Jouve <jv.cyril@gmail.com> Co-authored-by: Jason Meridth <jmeridth@gmail.com>
8 lines
145 B
YAML
8 lines
145 B
YAML
{{ range .Values.extraObjects }}
|
|
---
|
|
{{- if typeIs "string" . }}
|
|
{{- tpl . $ }}
|
|
{{- else }}
|
|
{{- tpl (toYaml .) $ }}
|
|
{{- end }}
|
|
{{ end }}
|