Set instanceID in workflow controller config map
This commit is contained in:
parent
8bace1da49
commit
dcd5931ef3
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue