Skip to content

Commit da709fe

Browse files
Random-Liuestesp
authored andcommitted
Fix indent in cni.template.
Signed-off-by: Lantao Liu <[email protected]>
1 parent bdd3c85 commit da709fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/gce/cni.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ipam": {
99
"type": "host-local",
1010
"ranges": [{{range $i, $range := .PodCIDRRanges}}{{if $i}}, {{end}}[{"subnet": "{{$range}}"}]{{end}}],
11-
"routes": [{{range $i, $route := .Routes}}{{if $i}}, {{end}}{"dst": "{{$route}}"}{{end}}]
11+
"routes": [{{range $i, $route := .Routes}}{{if $i}}, {{end}}{"dst": "{{$route}}"}{{end}}]
1212
}
1313
},
1414
{

0 commit comments

Comments
 (0)