mirror of
https://github.com/morten-olsen/homelab-nuclei-operator.git
synced 2026-02-08 02:16:23 +01:00
fix: fix an issue with testing
This commit is contained in:
@@ -51,7 +51,16 @@ var _ = Describe("NucleiScan Controller", func() {
|
|||||||
Name: resourceName,
|
Name: resourceName,
|
||||||
Namespace: "default",
|
Namespace: "default",
|
||||||
},
|
},
|
||||||
// TODO(user): Specify other spec details if needed.
|
Spec: nucleiv1alpha1.NucleiScanSpec{
|
||||||
|
SourceRef: nucleiv1alpha1.SourceReference{
|
||||||
|
APIVersion: "networking.k8s.io/v1",
|
||||||
|
Kind: "Ingress",
|
||||||
|
Name: "test-ingress",
|
||||||
|
Namespace: "default",
|
||||||
|
UID: "test-uid-12345",
|
||||||
|
},
|
||||||
|
Targets: []string{"https://example.com"},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
Expect(k8sClient.Create(ctx, resource)).To(Succeed())
|
Expect(k8sClient.Create(ctx, resource)).To(Succeed())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user