Skip to content

Commit def6a62

Browse files
committed
Fix end of line
1 parent c49399a commit def6a62

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true

mybinder/templates/static/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ metadata:
2424
release: {{ .Release.Name }}
2525
data:
2626
{{- (.Files.Glob "files/static/*").AsConfig | nindent 2 }}
27-
{{- end }}
27+
{{- end }}

mybinder/templates/static/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ spec:
4242
name: config
4343
- mountPath: /www/data/
4444
name: files
45-
{{- end }}
45+
{{- end }}

mybinder/templates/static/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ spec:
3737
{{- range $host := .Values.static.ingress.hosts }}
3838
- {{ $host }}
3939
{{- end }}
40-
{{- end }}
40+
{{- end }}

mybinder/templates/static/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spec:
1616
app: static
1717
component: nginx
1818
release: {{ .Release.Name }}
19-
{{- end }}
19+
{{- end }}

0 commit comments

Comments
 (0)