Skip to content

Commit

Permalink
Merge pull request #9249 from srikiz/DO-Fix-CCM-RBAC
Browse files Browse the repository at this point in the history
[Digital Ocean] Update RBAC for DO CCM
  • Loading branch information
k8s-ci-robot authored Jun 2, 2020
2 parents 85c4e96 + 51f9a4a commit 751e9ea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ rules:
- list
- watch
- update
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- watch
- list
- create
- update
- delete
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 751e9ea

Please sign in to comment.