Skip to content

Commit

Permalink
Fix make deploy target
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Mar 23, 2021
1 parent 37a683b commit bf2e20f
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 @@ -36,7 +36,7 @@ uninstall: manifests
kustomize build config/crd | kubectl delete -f -

deploy-manager:
kustomize build config/default/base | kubectl apply -f -
kustomize build config/default/overlays/cert-manager/ | kubectl apply -f -

deploy: manifests deploy-rbac deploy-manager

Expand Down

0 comments on commit bf2e20f

Please sign in to comment.