Set controller instance id to release name during argo-ci installation
This commit is contained in:
parent
5ab47e8639
commit
58332ff28e
3 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue