Skip to content

Commit

Permalink
fix crd generation path
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Jan 7, 2025
1 parent edbdc4e commit dc30f01
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions internal/codegen/crd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func main() {
logrus.Fatal(err)
}

crdPath := "./crds/crds.yaml"
depCrdPath := "./crds/dep/crds.yaml"
crdPath := "./crds"
depCrdPath := "./crds/dep"
tracker := commoncrds.NewCRDTracker(
append(
lockercrd.Required(),
Expand Down

0 comments on commit dc30f01

Please sign in to comment.