Support using release name for workflow controller instance id
This commit is contained in:
parent
dcd5931ef3
commit
5ab47e8639
2 changed files with 9 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue