Set controller instance id to release name during argo-ci installation

This commit is contained in:
Alexander Matyushentsev 2018-01-05 11:21:08 -08:00
parent 5ab47e8639
commit 58332ff28e
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -23,6 +23,8 @@ spec:
value: 'default'
- name: ARGO_CI_IMAGE
value: {{ .Values.imageNamespace }}/{{ .Values.ciImage }}
- name: CONTROLLER_INSTANCE_ID
value: {{ .Release.Name }}
ports:
- containerPort: 8001
- containerPort: 8002

View file

@ -2,9 +2,10 @@ imageNamespace: argoproj
ciImage: argoci
imageTag: v1.0.0-alpha1
argo-ci:
argo:
imagesNamespace: argoproj
imagesTag: v2.0.0-alpha3
enableWebConsole: false
installMinio: true
minioBucketName: argo-artifacts
useReleaseAsInstanceID: true