Skip to content

Commit

Permalink
Merge pull request #13731 from rook/mergify/bp/release-1.13/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 94eb35e + 0113cc8 commit 8335a99
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 @@ -533,9 +533,6 @@ func (c *clientCluster) createNetworkFence(ctx context.Context, pv corev1.Persis
ObjectMeta: metav1.ObjectMeta{
Name: fenceResourceName(node.Name, driver),
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 8335a99

Please sign in to comment.