Skip to content

Commit

Permalink
chore: remove broken comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aclevername committed Oct 9, 2024
1 parent 487d031 commit 79a7422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/destination_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 79a7422

Please sign in to comment.