Skip to content

Commit

Permalink
space edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister committed Oct 28, 2024
1 parent 80c3339 commit 02d100a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,8 @@ spec:
In this example:

- `kubernetes_groups` assigns the user to the admin-group, granting them permissions typically associated with cluster-admin roles in Kubernetes.

- `kubernetes_labels` provides access to all clusters, as denoted by `"*": "*"`.

- `kubernetes_resources` allows the user to interact with any Kubernetes resource type (denoted by "kind": "*"), including pods, services, deployments, config maps, and more.

- `verbs` grants all actions (denoted by "*"), which means users can get, list, create, update, and delete resources.

This role is ideal for cluster administrators or platform engineers who need full control over Kubernetes resources across all environments (development, staging, production).
Expand Down

0 comments on commit 02d100a

Please sign in to comment.