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:
Shawqi 2023-03-27 13:11:45 +03:00 committed by GitHub
parent d959c79775
commit 9531d3c0a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ spec:
{{- end }}
{{- with .Values.controller.envFrom }}
envFrom:
{{- toYaml | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
volumeMounts:
- name: config