Skip to content

Commit

Permalink
Add TCX example to bundle csv
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <mmahmoud@redhat.com>
  • Loading branch information
msherif1234 committed Oct 8, 2024
1 parent cac4a28 commit db9f809
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion bundle/manifests/bpfman-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ metadata:
},
"type": "TC"
},
{
"tcx": {
"bpffunctionname": "tcx_stats",
"direction": "ingress",
"interfaceselector": {
"primarynodeinterface": true
},
"priority": 500
},
"type": "TCX"
},
{
"type": "Uprobe",
"uprobe": {
Expand Down Expand Up @@ -296,7 +307,7 @@ metadata:
capabilities: Basic Install
categories: OpenShift Optional
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
createdAt: "2024-10-08T20:31:46Z"
createdAt: "2024-10-08T20:32:37Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "true"
Expand Down

0 comments on commit db9f809

Please sign in to comment.