Less useless spaces

This commit is contained in:
Daniel Berteaud 2023-08-28 16:28:19 +02:00
parent 233b2c6c4c
commit e9b6f72863
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[[- $connect := .ctx.connect ]]
[[- if has .config "connect" ]]
[[- $connect = merge .config.connect .ctx.connect ]]
[[- end -]]
[[- end ]]
connect {
sidecar_service {
[[- if gt (len $connect.upstreams) 0 ]]

View File

@ -1,4 +1,3 @@
resources {
cpu = [[ .cpu ]]
memory = [[ .memory ]]
@ -6,4 +5,3 @@
memory_max = [[ .memory_max ]]
[[- end ]]
}