Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #246 from wonderflow/fixrbac
Browse files Browse the repository at this point in the history
fix miss rbac about controllerrevision and CRD
  • Loading branch information
ryanzhang-oss authored Oct 12, 2020
2 parents 8c1eb8f + 6ce1366 commit c6573e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/oam-kubernetes-runtime/templates/oam-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ rules:
- apps
resources:
- deployments
- controllerrevisions
verbs:
- "*"
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- "*"
- apiGroups:
Expand Down

0 comments on commit c6573e6

Please sign in to comment.