Skip to content

Commit

Permalink
Merge pull request #72 from Mmduh-483/fix-examples
Browse files Browse the repository at this point in the history
Fix examples
  • Loading branch information
moshe010 authored May 7, 2020
2 parents 039d03d + 267056c commit 8af2e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/examples/sriov-dp-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ data:
config.json: |
{
"resourceList": [{
"resourcePrefix": "mellanox.com"
"resourcePrefix": "mellanox.com",
"resourceName": "mlnx_sriov_rdma_ib",
"isRdma": true,
"selectors": {
"vendors": ["15b3"],
"devices": ["1018"],
"drivers": ["mlx5_ib"]
"drivers": ["mlx5_core"],
"isRdma": true
}
}
]
Expand Down
1 change: 1 addition & 0 deletions deployment/examples/test-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
- image: centos/tools
imagePullPolicy: IfNotPresent
name: my-test-ctr
securityContext:
capabilities:
add: [ "IPC_LOCK" ]
command:
Expand Down

0 comments on commit 8af2e63

Please sign in to comment.