Skip to content

Commit

Permalink
docs: Update example Machine ID Kubernetes role to version v7 (#50776)
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored Jan 7, 2025
1 parent 7019692 commit 3919429
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Create a file called `role.yaml` with the following content:

```yaml
kind: role
version: v6
version: v7
metadata:
name: example-role
spec:
Expand All @@ -83,6 +83,7 @@ spec:
- kind: "*"
namespace: "*"
name: "*"
verbs: ["*"]
```
Replace `example-role` with a descriptive name related to your use case.
Expand Down

0 comments on commit 3919429

Please sign in to comment.