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'
|
value: 'default'
|
||||||
- name: ARGO_CI_IMAGE
|
- name: ARGO_CI_IMAGE
|
||||||
value: {{ .Values.imageNamespace }}/{{ .Values.ciImage }}
|
value: {{ .Values.imageNamespace }}/{{ .Values.ciImage }}
|
||||||
|
- name: CONTROLLER_INSTANCE_ID
|
||||||
|
value: {{ .Release.Name }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8001
|
- containerPort: 8001
|
||||||
- containerPort: 8002
|
- containerPort: 8002
|
||||||
|
|
|
@ -2,9 +2,10 @@ imageNamespace: argoproj
|
||||||
ciImage: argoci
|
ciImage: argoci
|
||||||
imageTag: v1.0.0-alpha1
|
imageTag: v1.0.0-alpha1
|
||||||
|
|
||||||
argo-ci:
|
argo:
|
||||||
imagesNamespace: argoproj
|
imagesNamespace: argoproj
|
||||||
imagesTag: v2.0.0-alpha3
|
imagesTag: v2.0.0-alpha3
|
||||||
enableWebConsole: false
|
enableWebConsole: false
|
||||||
installMinio: true
|
installMinio: true
|
||||||
minioBucketName: argo-artifacts
|
minioBucketName: argo-artifacts
|
||||||
|
useReleaseAsInstanceID: true
|
||||||
|
|
Loading…
Reference in a new issue