We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f02c1 commit 85ed027Copy full SHA for 85ed027
helm/solr-operator/templates/deployment.yaml
@@ -44,7 +44,7 @@ spec:
44
{{- end }}
45
containers:
46
- name: {{ .Chart.Name }}
47
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+ image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
48
imagePullPolicy: {{ .Values.image.pullPolicy }}
49
{{- if .Values.image.imagePullSecret }}
50
imagePullSecret: {{ .Values.image.imagePullSecret }}
0 commit comments