fix(argo-events): missing argument for toYaml function in deployment template
Signed-off-by: Shawqi <74347460+shaw8ii@users.noreply.github.com>
This commit is contained in:
parent
d959c79775
commit
9531d3c0a9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ spec:
|
|||
{{- end }}
|
||||
{{- with .Values.controller.envFrom }}
|
||||
envFrom:
|
||||
{{- toYaml | nindent 8 }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: config
|
||||
|
|
Loading…
Reference in a new issue