We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ee4f7 commit 09867a9Copy full SHA for 09867a9
pkg/apis/deployment/v1alpha/deployment.go
@@ -50,13 +50,11 @@ type ArangoDeployment struct {
50
51
// AsOwner creates an OwnerReference for the given deployment
52
func (d *ArangoDeployment) AsOwner() metav1.OwnerReference {
53
- controller := true
54
return metav1.OwnerReference{
55
APIVersion: SchemeGroupVersion.String(),
56
Kind: ArangoDeploymentResourceKind,
57
Name: d.Name,
58
UID: d.UID,
59
- Controller: &controller,
60
}
61
62
0 commit comments