Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
remove secret ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jul 24, 2024
1 parent 7e8c6d0 commit 15b5392
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/installation_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,6 @@ func (r *InstallationReconciler) needsUpgrade(ctx context.Context, in *v1beta1.I
func (r *InstallationReconciler) SetupWithManager(mgr ctrl.Manager) error {
return ctrl.NewControllerManagedBy(mgr).
For(&v1beta1.Installation{}).
Owns(&corev1.Secret{}).
Watches(&corev1.Node{}, &handler.EnqueueRequestForObject{}).
Watches(&apv1b2.Plan{}, &handler.EnqueueRequestForObject{}).
Watches(&k0shelm.Chart{}, &handler.EnqueueRequestForObject{}).
Expand Down

0 comments on commit 15b5392

Please sign in to comment.