Skip to content

Commit

Permalink
Fix: missing rbac role for 'authorization.kubedb.com' api group (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-redback authored and tamalsaha committed Jan 11, 2019
1 parent e98d128 commit 89c56d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/kubedb/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ rules:
- apiGroups:
- kubedb.com
- catalog.kubedb.com
- authorization.kubedb.com
resources:
- "*"
verbs: ["*"]
Expand Down
1 change: 1 addition & 0 deletions hack/deploy/rbac-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ rules:
- apiGroups:
- kubedb.com
- catalog.kubedb.com
- authorization.kubedb.com
resources:
- "*"
verbs: ["*"]
Expand Down

0 comments on commit 89c56d9

Please sign in to comment.