Support using release name for workflow controller instance id

This commit is contained in:
Alexander Matyushentsev 2018-01-05 11:11:40 -08:00
parent dcd5931ef3
commit 5ab47e8639
2 changed files with 9 additions and 2 deletions

View file

@ -8,7 +8,11 @@ metadata:
heritage: {{ .Release.Service }}
data:
config: |
{{ if .Values.useReleaseAsInstanceID }}
instanceID: {{ .Release.Name }}
{{ else }}
instanceID: {{ .Values.instanceID }}
{{ end }}
artifactRepository:
{{ if .Values.installMinio }}
s3: