docs: add missing k8s verb (#12374)

This commit is contained in:
Benjamin Chrobot
2022-03-16 15:24:19 -04:00
committed by GitHub
parent 448267f4e1
commit dd91b9a719

View File

@@ -53,7 +53,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "update"]
verbs: ["get", "update", "patch"]
```
## Examples