Skip to content

Commit

Permalink
fix: removed unnecessary access to namespace finalizers
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Nov 15, 2023
1 parent 0421d73 commit 8713526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/namespace_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ type NamespaceReconciler struct {

//+kubebuilder:rbac:groups=,resources=namespaces,verbs=get;list;watch
//+kubebuilder:rbac:groups=,resources=namespaces/status,verbs=get
//+kubebuilder:rbac:groups=,resources=namespaces/finalizers
//+kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=roles,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=roles,verbs=get;list;watch;create;update;patch;delete

Expand Down

0 comments on commit 8713526

Please sign in to comment.