fix crd deletion command in v2 migration docs

Signed-off-by: Leon Kiefer <leon.k97@gmx.de>
pull/1156/head
Leon Kiefer 4 years ago
parent 16fa9b2753
commit 974f01cb46
No known key found for this signature in database
GPG Key ID: B30D83F4AF82CDE8

@ -747,7 +747,7 @@ While doing this, make sure that once you scale up the Helm Operator again, ther
Once you have migrated all your `HelmRelease` resources to the Helm Controller. You can remove all of the old resources by removing the old Custom Resource Definition.
```sh
kubectl delete crd helm.fluxcd.io
kubectl delete crd helmreleases.helm.fluxcd.io
```
## Frequently Asked Questions

Loading…
Cancel
Save