Skip to content

Commit e29ac90

Browse files
authored
Remove trailing whitespace in operator chart (#805)
1 parent 99363aa commit e29ac90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)