Skip to content
Snippets Groups Projects
Verified Commit f1430e41 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(shields): Further fixes for images streams vs deployment

parent a35eaf1a
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
{{- if .Values.imagestream.enabled }}
image: "{{ include "shields.fullname" . }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ .Release.Namespace }}/{{ include "shields.fullname" . }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
{{- else }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment