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:
M1 2020-07-28 21:50:28 -07:00 committed by GitHub
commit 445285a1b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}