Set instanceID in workflow controller config map

This commit is contained in:
Alexander Matyushentsev 2018-01-04 13:54:23 -08:00
parent 8bace1da49
commit dcd5931ef3

View file

@ -8,6 +8,7 @@ metadata:
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
data: data:
config: | config: |
instanceID: {{ .Values.instanceID }}
artifactRepository: artifactRepository:
{{ if .Values.installMinio }} {{ if .Values.installMinio }}
s3: s3: