File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
mybinder/templates/static Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ end_of_line = lf
5+ insert_final_newline = true
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ metadata:
2424 release : {{ .Release.Name }}
2525data :
2626 {{- (.Files.Glob "files/static/*").AsConfig | nindent 2 }}
27- {{- end }}
27+ {{- end }}
Original file line number Diff line number Diff line change 4242 name : config
4343 - mountPath : /www/data/
4444 name : files
45- {{- end }}
45+ {{- end }}
Original file line number Diff line number Diff line change 3737 {{- range $host := .Values.static.ingress.hosts }}
3838 - {{ $host }}
3939 {{- end }}
40- {{- end }}
40+ {{- end }}
Original file line number Diff line number Diff line change 1616 app : static
1717 component : nginx
1818 release : {{ .Release.Name }}
19- {{- end }}
19+ {{- end }}
You can’t perform that action at this time.
0 commit comments