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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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