Skip to content

Commit

Permalink
fix: kustomize-crd makefile target using wrong base crds
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Apr 23, 2024
1 parent a2437c3 commit 66dfda3
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 6,333 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -101,7 +101,7 @@ manifests: yq controller-gen ## Generate WebhookConfiguration, ClusterRole and C

.PHONY: kustomize-crd
kustomize-crd: kustomize manifests
$(KUSTOMIZE) build config/ -o deploy/kustomize/base/crds.yaml
$(KUSTOMIZE) build config/crd -o deploy/kustomize/base/crds.yaml

# Generate API reference documentation
api-docs: gen-crd-api-reference-docs kustomize
Expand Down

0 comments on commit 66dfda3

Please sign in to comment.