[CLOUD-1126] Add kraken argo executor env to collect eci pod's logs

This commit is contained in:
jing.zhao 2020-07-27 11:47:00 +08:00
parent 252433038e
commit 48d49e4741

View file

@ -8,6 +8,9 @@ metadata:
heritage: {{ .Release.Service }}
data:
config: |
{{- if .Values.controller.executor.enabled }}
executor:
{{ toYaml .Values.controller.executor | indent 6}}{{- end -}}
{{- if .Values.controller.instanceID.enabled }}
{{- if .Values.controller.instanceID.useReleaseName }}
instanceID: {{ .Release.Name }}