Skip to content

Commit

Permalink
fix flp config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Oct 7, 2024
1 parent 7968ad6 commit b6ba2fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions res/flow-capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ spec:
"type":"add_kubernetes",
"kubernetes":{
"add_zone": true,
"input":"SrcAddr",
"ipField":"SrcAddr",
"output":"SrcK8S"
}
},
{
"type":"add_kubernetes",
"kubernetes":{
"add_zone": true,
"input":"DstAddr",
"ipField":"DstAddr",
"output":"DstK8S"
}
},
Expand Down
4 changes: 2 additions & 2 deletions res/packet-capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ spec:
"type":"add_kubernetes",
"kubernetes":{
"add_zone": true,
"input":"SrcAddr",
"ipField":"SrcAddr",
"output":"SrcK8S"
}
},
{
"type":"add_kubernetes",
"kubernetes":{
"add_zone": true,
"input":"DstAddr",
"ipField":"DstAddr",
"output":"DstK8S"
}
},
Expand Down

0 comments on commit b6ba2fd

Please sign in to comment.