Fix indent in cni.template.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2019-09-23 16:08:34 -07:00 committed by Derek McGowan
parent 3e03ba7aa2
commit cb7ffd4b0b
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -8,7 +8,7 @@
"ipam": {
"type": "host-local",
"ranges": [{{range $i, $range := .PodCIDRRanges}}{{if $i}}, {{end}}[{"subnet": "{{$range}}"}]{{end}}],
"routes": [{{range $i, $route := .Routes}}{{if $i}}, {{end}}{"dst": "{{$route}}"}{{end}}]
"routes": [{{range $i, $route := .Routes}}{{if $i}}, {{end}}{"dst": "{{$route}}"}{{end}}]
}
},
{