diff --git a/controllers/destination_controller.go b/controllers/destination_controller.go index 29a5db6f..84fa912a 100644 --- a/controllers/destination_controller.go +++ b/controllers/destination_controller.go @@ -45,7 +45,7 @@ type DestinationReconciler struct { //+kubebuilder:rbac:groups=platform.kratix.io,resources=destinations,verbs=get;list;watch;create;update;patch;delete //+kubebuilder:rbac:groups=platform.kratix.io,resources=bucketstatestores;gitstatestores,verbs=get;list;watch -//+kubebuilder:rbac:groups="",resources=secrets,verbs=get;list;watch // Also used by promiseRelease +//+kubebuilder:rbac:groups="",resources=secrets,verbs=get;list;watch //+kubebuilder:rbac:groups=platform.kratix.io,resources=destinations/status,verbs=get;update;patch //+kubebuilder:rbac:groups=platform.kratix.io,resources=destinations/finalizers,verbs=update