Skip to content

Commit

Permalink
removes Delete verb from runtime rbac annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Nov 25, 2024
1 parent 7a6a835 commit 3376e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/runtime/runtime_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type RuntimeReconciler struct {
EventRecorder record.EventRecorder
}

//+kubebuilder:rbac:groups=infrastructuremanager.kyma-project.io,resources=runtimes,verbs=get;list;watch;create;update;patch;delete,namespace=kcp-system
//+kubebuilder:rbac:groups=infrastructuremanager.kyma-project.io,resources=runtimes,verbs=get;list;watch;create;update;patch,namespace=kcp-system
//+kubebuilder:rbac:groups=infrastructuremanager.kyma-project.io,resources=runtimes/status,verbs=get;update;patch,namespace=kcp-system
//+kubebuilder:rbac:groups=infrastructuremanager.kyma-project.io,resources=runtimes/finalizers,verbs=update,namespace=kcp-system

Expand Down

0 comments on commit 3376e95

Please sign in to comment.