Skip to content

Commit

Permalink
remove added rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
kushnaidu committed May 23, 2024
1 parent a1c92aa commit e7d458e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions controllers/packagevariantsets/config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,3 @@ rules:
- get
- patch
- update
- apiGroups:
- porch.kpt.dev
resources:
- packagerevisions
verbs:
- get
- list
- watch
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const (
//+kubebuilder:rbac:groups=config.porch.kpt.dev,resources=packagevariantsets/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=config.porch.kpt.dev,resources=packagevariantsets/finalizers,verbs=update
//+kubebuilder:rbac:groups=config.porch.kpt.dev,resources=packagevariants,verbs=create;delete;get;list;patch;update;watch
//+kubebuilder:rbac:groups=porch.kpt.dev,resources=packagerevisions,verbs=get;list;watch
//+kubebuilder:rbac:groups=*,resources=*,verbs=list

// Reconcile implements the main kubernetes reconciliation loop.
Expand Down

0 comments on commit e7d458e

Please sign in to comment.