Fix delete crd command (#166)

The part-of is incorrect compared to the argo-cd helm chart, which
installs this crd as a part of argocd (without the dash).
This commit is contained in:
Christine Banek 2019-11-17 16:31:37 -07:00 committed by Sean Johnson
parent 6457037391
commit 9b3d5d35a7

View file

@ -19,7 +19,7 @@ Clean-up:
```
helm delete argo-cd --purge
kubectl delete crd -l app.kubernetes.io/part-of=argo-cd
kubectl delete crd -l app.kubernetes.io/part-of=argocd
```
Minimally: