Skip to content

Commit 3b3bb21

Browse files
author
Andrew Rudoi
committed
chore: update testdata
1 parent 03a457e commit 3b3bb21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testdata/project-v2/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ run: generate fmt vet manifests
2929
install: manifests
3030
kustomize build config/crd | kubectl apply -f -
3131

32+
# Uninstall CRDs from a cluster
33+
uninstall: manifests
34+
kustomize build config/crd | kubectl delete -f -
35+
3236
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
3337
deploy: manifests
3438
cd config/manager && kustomize edit set image controller=${IMG}

0 commit comments

Comments
 (0)