Skip to content

Commit 164cb35

Browse files
committed
serviceexportrbac reconciler: don't set Controller=True in owner refs
1 parent bd4adba commit 164cb35

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/controllers/serviceexportrbac/rbac_reconciler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ func (r *reconciler) reconcile(ctx context.Context, client client.Client, cache
159159
APIVersion: "v1",
160160
Kind: "Namespace",
161161
Name: ns.Name,
162-
Controller: ptr.To(true),
163162
UID: ns.UID,
164163
},
165164
}

0 commit comments

Comments
 (0)