Skip to content

Commit

Permalink
Update RBAC for cloud-node-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Dec 25, 2019
1 parent d0b0c0d commit 7091fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/out-of-tree/cloud-node-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["watch","list","get","update"]
verbs: ["watch","list","get","update", "patch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -83,4 +83,4 @@ spec:
memory: 50Mi
limits:
cpu: 2000m
memory: 512Mi
memory: 512Mi

0 comments on commit 7091fb5

Please sign in to comment.