enable override of default flags

This commit is contained in:
Omer Kahani 2020-04-01 13:37:55 +03:00
parent bad9aff0aa
commit 09674116b3
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v2.6.1"
description: A Helm chart for Argo Workflows
name: argo
version: 0.7.2
version: 0.7.3
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:

View file

@ -31,6 +31,9 @@ spec:
- name: argo-server
args:
- server
{{- if .Values.server.args }}
{{- toYaml .Values.server.args | nindent 10 }}
{{- end }}
image: "{{ .Values.images.namespace }}/{{ .Values.images.server }}:{{ default .Values.images.tag .Values.server.image.tag }}"
imagePullPolicy: {{ .Values.images.pullPolicy }}
{{- if .Values.server.podPortName }}