Skip to content

Commit 014caf6

Browse files
committed
Test CRD with atoms.pdok.nl
1 parent a103233 commit 014caf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ var _ = Describe("Manager", Ordered, func() {
276276
verifyCAInjection := func(g Gomega) {
277277
cmd := exec.Command("kubectl", "get",
278278
"customresourcedefinitions.apiextensions.k8s.io",
279-
"atoms..pdok.nl",
279+
"atoms.pdok.nl",
280280
"-o", "go-template={{ .spec.conversion.webhook.clientConfig.caBundle }}")
281281
vwhOutput, err := utils.Run(cmd)
282282
g.Expect(err).NotTo(HaveOccurred())

0 commit comments

Comments
 (0)