Skip to content

Commit

Permalink
Merge pull request #13730 from rook/mergify/bp/release-1.12/pr-13728
Browse files Browse the repository at this point in the history
core: remove ownerRef from networkFence (backport #13728)
  • Loading branch information
travisn committed Feb 8, 2024
2 parents f48bad2 + 59bc864 commit 044c009
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/operator/ceph/cluster/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,6 @@ func (c *clientCluster) createNetworkFence(ctx context.Context, pv corev1.Persis
ObjectMeta: metav1.ObjectMeta{
Name: node.Name,
Namespace: cluster.Namespace,
OwnerReferences: []metav1.OwnerReference{
*metav1.NewControllerRef(cluster, cephv1.SchemeGroupVersion.WithKind("CephCluster")),
},
},
Spec: addonsv1alpha1.NetworkFenceSpec{
Driver: pv.Spec.CSI.Driver,
Expand Down

0 comments on commit 044c009

Please sign in to comment.