Skip to content

Commit

Permalink
Fix indent in cni.template.
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Liu <lantaol@google.com>
  • Loading branch information
Random-Liu authored and dmcgowan committed Aug 8, 2020
1 parent 1d5cfe3 commit 19239ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gce/cni.template
Original file line number Diff line number Diff line change
Expand Up @@ -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}}]
}
},
{
Expand Down

0 comments on commit 19239ee

Please sign in to comment.