Skip to content

Commit

Permalink
docs: Update example Machine ID Kubernetes role to version v7
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim committed Jan 6, 2025
1 parent 9f2f4c4 commit 7e78dc6
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 7e78dc6

Please sign in to comment.