feat(argo): Add support for setting env vars for workflow controller. (#517)
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
40e52f62ac
commit
5e0755f2f6
3 changed files with 7 additions and 1 deletions
|
|
@ -61,6 +61,9 @@ spec:
|
|||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
{{- with .Values.controller.extraEnv }}
|
||||
{{ toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.controller.resources | nindent 12 }}
|
||||
{{- if .Values.controller.metricsConfig.enabled }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue