Skip to content

Commit

Permalink
include groups example for role in k8s controls docs (#12563)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored May 12, 2022
1 parent b8089ea commit aadfd80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/pages/kubernetes-access/controls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ metadata:
name: group-member
spec:
allow:
# Allow access to kubernetes clusters in production environment
# Allow access to Kubernetes clusters in the production environment
kubernetes_labels:
'env': 'prod'
# Allows access to group "admins" in Kubernetes clusters
kubernetes_groups: ["admins"]
```
## Impersonation
Expand Down

0 comments on commit aadfd80

Please sign in to comment.