Skip to content

Commit

Permalink
update RBAC for DO CCM
Browse files Browse the repository at this point in the history
  • Loading branch information
srikiz committed Jun 3, 2020
1 parent ec8022b commit cc71576
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 cc71576

Please sign in to comment.