File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,11 @@ type ArangoDeployment struct {
5050
5151// AsOwner creates an OwnerReference for the given deployment
5252func (d * ArangoDeployment ) AsOwner () metav1.OwnerReference {
53- controller := true
5453 return metav1.OwnerReference {
5554 APIVersion : SchemeGroupVersion .String (),
5655 Kind : ArangoDeploymentResourceKind ,
5756 Name : d .Name ,
5857 UID : d .UID ,
59- Controller : & controller ,
6058 }
6159}
6260
Original file line number Diff line number Diff line change @@ -52,12 +52,10 @@ type ArangoLocalStorage struct {
5252
5353// AsOwner creates an OwnerReference for the given storage
5454func (d * ArangoLocalStorage ) AsOwner () metav1.OwnerReference {
55- controller := true
5655 return metav1.OwnerReference {
5756 APIVersion : SchemeGroupVersion .String (),
5857 Kind : ArangoLocalStorageResourceKind ,
5958 Name : d .Name ,
6059 UID : d .UID ,
61- Controller : & controller ,
6260 }
6361}
You can’t perform that action at this time.
0 commit comments