Skip to content

Commit

Permalink
fixes apply-sample-cr makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Mar 1, 2024
1 parent 3ba8710 commit 814ea1b
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 @@ -135,7 +135,7 @@ k3d-import-img:

.PHONY: apply-sample-cr
apply-sample-cr:
kubectl apply -f config/samples/clusterinventory_v1_gardenercluster.yaml
kubectl apply -f config/samples/infrastructuremanager_v1_gardenercluster.yaml

.PHONE: local-build-and-deploy
local-build-and-deploy: docker-build k3d-import-img deploy gardener-secret-deploy apply-sample-cr
Expand Down

0 comments on commit 814ea1b

Please sign in to comment.