Skip to content

Commit

Permalink
Merge pull request #50 from ykulazhenkov/ykulazhenkov-patch-1
Browse files Browse the repository at this point in the history
fix: CNI arg name in the example in extra-cni-args.md
  • Loading branch information
ykulazhenkov authored Sep 5, 2024
2 parents e033180 + 359ef0b commit 692d0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extra-cni-args.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
k8s.v1.cni.cncf.io/networks: '
[{"name": "mynet",
"cni-args":
{"poolName": ["pool1"],
{"poolNames": ["pool1"],
"poolType": "cidrpool",
"allocateDefaultGateway": true}}]'
spec:
Expand Down

0 comments on commit 692d0ea

Please sign in to comment.