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 }}
|
{{- end }}
|
||||||
{{- with .Values.controller.envFrom }}
|
{{- with .Values.controller.envFrom }}
|
||||||
envFrom:
|
envFrom:
|
||||||
{{- toYaml | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
|
|
Loading…
Reference in a new issue