Skip to content

Commit

Permalink
fix: typo in documentation
Browse files Browse the repository at this point in the history
`requests` -> `resources`

Signed-off-by: naed3r <[email protected]>
Signed-off-by: Dmitriy Matrenichev <[email protected]>
  • Loading branch information
nate-moo authored and DmitriyMV committed Oct 11, 2024
1 parent 8a228ba commit 5371788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Now that the device plugin is deployed, you can deploy a pod that requests the d
The request for the device is specified as a [resource](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) in the pod spec.

```yaml
requests:
resources:
limits:
squat.ai/tun: "1"
```
Expand Down

0 comments on commit 5371788

Please sign in to comment.