Skip to content

Commit

Permalink
Fix end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Jan 22, 2025
1 parent c49399a commit def6a62
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
2 changes: 1 addition & 1 deletion mybinder/templates/static/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ metadata:
release: {{ .Release.Name }}
data:
{{- (.Files.Glob "files/static/*").AsConfig | nindent 2 }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion mybinder/templates/static/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ spec:
name: config
- mountPath: /www/data/
name: files
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion mybinder/templates/static/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ spec:
{{- range $host := .Values.static.ingress.hosts }}
- {{ $host }}
{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion mybinder/templates/static/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
app: static
component: nginx
release: {{ .Release.Name }}
{{- end }}
{{- end }}

0 comments on commit def6a62

Please sign in to comment.