Skip to content

Commit

Permalink
yaml: fix kind install typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Skrzypczak <[email protected]>
  • Loading branch information
sknat committed Sep 22, 2023
1 parent 6cbd0f8 commit 50c68a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yaml/generated/calico-vpp-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ data:
CALICOVPP_INITIAL_CONFIG: |-
{
"vppStartupSleepSeconds": 1,
"corePattern": "/var/lib/vpp/vppcore.%e.%p"
"corePattern": "/var/lib/vpp/vppcore.%e.%p",
"redirectToHostRules": [
{
"proto": "udp",
Expand Down
2 changes: 1 addition & 1 deletion yaml/overlays/kind/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data: # Configuration template for VPP in Kind
CALICOVPP_INITIAL_CONFIG: |-
{
"vppStartupSleepSeconds": 1,
"corePattern": "/var/lib/vpp/vppcore.%e.%p"
"corePattern": "/var/lib/vpp/vppcore.%e.%p",
"redirectToHostRules": [
{
"proto": "udp",
Expand Down

0 comments on commit 50c68a0

Please sign in to comment.