Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ukff committed Jan 10, 2025
1 parent 1e09c0f commit 0669565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/btpoperator_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ func NewBtpOperatorReconciler(client client.Client, scheme *runtime.Scheme, inst
// Autogenerated RBAC from the btp-operator chart
//+kubebuilder:rbac:groups="",resources="configmaps",verbs="*"
//+kubebuilder:rbac:groups="",resources="secrets",verbs="*"
//+kubebuilder:rbac:groups="",resources="pods",verbs="*"
//+kubebuilder:rbac:groups="",resources="namespaces",verbs="*"
//+kubebuilder:rbac:groups="",resources="serviceaccounts",verbs="*"
//+kubebuilder:rbac:groups="",resources="services",verbs="*"
//+kubebuilder:rbac:groups="admissionregistration.k8s.io",resources="mutatingwebhookconfigurations",verbs="*"
Expand Down

0 comments on commit 0669565

Please sign in to comment.