Fix delete crd command
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
ca5d1d7078
commit
9c108cf053
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