feat(argo-workflows): Support workflowEvent configuration to Argo Workflow Controller (#3115)
Support workflowEvent configuration to Argo Workflow Controller Signed-off-by: Cristhian Roa <cristhian.roa@constellr.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
6c5e25c743
commit
23b484de9c
4 changed files with 11 additions and 2 deletions
|
|
@ -200,6 +200,8 @@ data:
|
|||
{{- end }}
|
||||
nodeEvents:
|
||||
enabled: {{ .Values.controller.nodeEvents.enabled }}
|
||||
workflowEvents:
|
||||
enabled: {{ .Values.controller.workflowEvents.enabled }}
|
||||
{{- with .Values.controller.kubeConfig }}
|
||||
kubeConfig: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue