mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-15 15:51:13 +01:00
docs: add missing k8s verb (#12374)
This commit is contained in:
parent
448267f4e1
commit
dd91b9a719
@ -53,7 +53,7 @@ metadata:
|
|||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["pods"]
|
resources: ["pods"]
|
||||||
verbs: ["get", "update"]
|
verbs: ["get", "update", "patch"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user