Skip to content

Commit

Permalink
fix: change make install target to use the right directory name
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Shad Nik <[email protected]>
  • Loading branch information
arturshadnik authored and mnecas committed Nov 26, 2024
1 parent 3f82781 commit 72945ce
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 @@ -150,7 +150,7 @@ run: generate fmt vet

# Install CRDs into a cluster
install: manifests kubectl
$(KUBECTL) apply -k operator/config/crds
$(KUBECTL) apply -k operator/config/crd

# Generate manifests e.g. CRD, Webhooks
manifests: controller-gen
Expand Down

0 comments on commit 72945ce

Please sign in to comment.