Fix defiant deployment image

This commit is contained in:
Aram 🍐 2019-10-27 16:10:36 -04:00
parent 1a9f3a56cc
commit 950177657a

View file

@ -41,7 +41,7 @@ spec:
{{- end }}
containers:
- name: defiant
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.name }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: 80