Skip to content

Commit

Permalink
fix Makefile kubectl
Browse files Browse the repository at this point in the history
Signed-off-by: lsviben <[email protected]>
  • Loading branch information
lsviben committed Nov 30, 2023
1 parent c4ee3c8 commit 8094d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ generate.run: kustomize.gen

generate.done: kustomize.clean

kustomize.gen:
kustomize.gen: $(KUBECTL)
@$(INFO) Generating CRDs with kustomize
@$(KUBECTL) kustomize cluster/kustomize/ > cluster/kustomize/kubernetes.crossplane.io_objects.yaml
@mv cluster/kustomize/kubernetes.crossplane.io_objects.yaml cluster/kustomize/crds/kubernetes.crossplane.io_objects.yaml
Expand Down

0 comments on commit 8094d38

Please sign in to comment.