Skip to content

Commit c668567

Browse files
committed
Same fix on ArangoLocalStorage
1 parent 09867a9 commit c668567

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/apis/storage/v1alpha/local_storage.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ type ArangoLocalStorage struct {
5252

5353
// AsOwner creates an OwnerReference for the given storage
5454
func (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
}

0 commit comments

Comments
 (0)