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 ca0b1c6225
commit 69a71b3727

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: