Skip to content

Commit

Permalink
Merge pull request #200 from pliurh/dev
Browse files Browse the repository at this point in the history
Fix Makefile uninstall target
  • Loading branch information
pliurh authored Nov 11, 2021
2 parents a9c2b5a + 807b5a4 commit f4cc0f3
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 @@ -97,7 +97,7 @@ install: manifests kustomize

# Uninstall CRDs from a cluster
uninstall: manifests kustomize
$(KUSTOMIZE) build config/crd | kubectl --ignore-not-found delete -f -
$(KUSTOMIZE) build config/crd | kubectl delete --ignore-not-found -f -

# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
# deploy: manifests kustomize
Expand Down

0 comments on commit f4cc0f3

Please sign in to comment.