Merge pull request #5 from Intreecom/bugfix/command
This commit is contained in:
@ -36,7 +36,7 @@ spec:
|
|||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
{{- if .Values.command }}
|
{{- if .Values.command }}
|
||||||
cmd: {{ .Values.command }}
|
command: {{ .Values.command }}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user