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
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue