Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed Aug 27, 2024
1 parent e2e711b commit a3c6c96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/how-to/set-up/mgmt-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ roleRef:
kind: ClusterRole
name: cluster-admin
subjects:
# This will create a single binding for the [email protected] user to the cluster-admin k8s role
- apiGroup: rbac.authorization.k8s.io
kind: User
name: [email protected]
# This will create a single binding for the [email protected] user to the cluster-admin k8s role
# The following will bind the role to everyone in the `sre` group
- apiGroup
kind: Group
name: sre
```
* **In the `./apps/services` dir in your MGMT repo**
Expand Down

0 comments on commit a3c6c96

Please sign in to comment.