Merge pull request #4 from muwon/jing/CLOUD-1126_kraken-argo
[CLOUD-1126] Add kraken argo executor env to collect eci pod's logs
This commit is contained in:
commit
445285a1b5
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ data:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
containerRuntimeExecutor: {{ .Values.controller.containerRuntimeExecutor }}
|
||||
{{- if .Values.executor.env }}
|
||||
executor:
|
||||
{{- with .Values.executor.env }}
|
||||
env: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
artifactRepository:
|
||||
{{- if or .Values.minio.install .Values.useDefaultArtifactRepo }}
|
||||
{{- if .Values.artifactRepository.archiveLogs }}
|
||||
|
|
Loading…
Reference in a new issue