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:
parent
6457037391
commit
9b3d5d35a7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue