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

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