Support namespace parameter in argoci chart
This commit is contained in:
parent
2d713a758b
commit
01b72b169d
6 changed files with 7 additions and 7 deletions
|
|
@ -20,7 +20,7 @@ spec:
|
|||
- name: IN_CLUSTER
|
||||
value: "true"
|
||||
- name: NAMESPACE
|
||||
value: 'default'
|
||||
value: {{ .Values.workflowNamespace }}
|
||||
- name: ARGO_CI_IMAGE
|
||||
value: "{{ .Values.imageNamespace }}/{{ .Values.ciImage }}:{{ .Values.imageTag }}"
|
||||
- name: CONTROLLER_INSTANCE_ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue