mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
docs: add missing k8s verb (#12374)
This commit is contained in:
parent
448267f4e1
commit
dd91b9a719
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ metadata:
|
|||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["pods"]
|
||||
verbs: ["get", "update"]
|
||||
verbs: ["get", "update", "patch"]
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
Loading…
Reference in a new issue