Skip to content

Commit 85ed027

Browse files
authored
Remove annoying whitespace
1 parent 04f02c1 commit 85ed027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/solr-operator/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
{{- end }}
4545
containers:
4646
- name: {{ .Chart.Name }}
47-
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
47+
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
4848
imagePullPolicy: {{ .Values.image.pullPolicy }}
4949
{{- if .Values.image.imagePullSecret }}
5050
imagePullSecret: {{ .Values.image.imagePullSecret }}

0 commit comments

Comments
 (0)