fix(argo-events): missing argument for toYaml function in deployment template (#1933)

* fix(argo-events): missing argument for toYaml function in deployment template

Signed-off-by: Shawqi <74347460+shaw8ii@users.noreply.github.com>

* Add description to Chart.yaml

Signed-off-by: Shawqi <74347460+shaw8ii@users.noreply.github.com>

* bump version

Signed-off-by: Shawqi <74347460+shaw8ii@users.noreply.github.com>

---------

Signed-off-by: Shawqi <74347460+shaw8ii@users.noreply.github.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Shawqi 2023-04-07 15:45:35 +03:00 committed by GitHub
parent 56136f6518
commit 950c5be725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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