[CLOUD-1126] Add kraken argo executor env to collect eci pod's logs
This commit is contained in:
parent
252433038e
commit
48d49e4741
1 changed files with 3 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue