Skip to content

Commit

Permalink
Correctly document required cluster-wide permissions for users
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Cortes <[email protected]>
(cherry picked from commit 72640ea)
  • Loading branch information
josecv authored and LukeShu committed Jul 9, 2021
1 parent c511258 commit 62d1cd5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reference/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ rules:
- apiGroups:
- ""
resources: ["services"]
verbs: ["get", "list", "watch", "update"]
verbs: ["update"]
- apiGroups:
- ""
resources: ["pods/portforward"]
Expand Down Expand Up @@ -191,6 +191,10 @@ rules:
- ""
resources: ["namespaces"]
verbs: ["get", "list", "watch"]
- apiGroups:
- ""
resources: ["services"]
verbs: ["get", "list", "watch"]
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 62d1cd5

Please sign in to comment.