Update argo and argo-ci helm charts to enable (#74)

This commit is contained in:
Penn 2019-05-23 16:32:28 -07:00 committed by Alex Collins
parent 0e05194822
commit fc5d0d2ff0
5 changed files with 5 additions and 0 deletions

View file

@ -16,6 +16,7 @@ spec:
containers:
- name: ci
image: "{{ .Values.imageNamespace }}/{{ .Values.ciImage }}:{{ .Values.imageTag }}"
imagePullPolicy: {{ .Values.imagePullPolicy }}
env:
- name: IN_CLUSTER
value: "true"

View file

@ -1,6 +1,7 @@
imageNamespace: argoproj
ciImage: argoci
imageTag: v1.0.0-alpha2
imagePullPolicy: Always
workflowNamespace: default
argo: