Skip to content

Commit 5b25bb0

Browse files
committed
fix: remove non-existent CRD
1 parent 1f9733d commit 5b25bb0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/crds/crd.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ func GetCRDList() []Crd {
8181
Group: "k8s.nginx.org",
8282
Version: "v1",
8383
},
84-
{
85-
Resource: "cosarara",
86-
Group: "k8s.nginx.org",
87-
Version: "v1",
88-
},
8984
}
9085
return crdList
9186
}

0 commit comments

Comments
 (0)