Merge pull request #1156 from Legion2/patch-1

Fix CRD deletion instruction in Helm Operator migration docs
This commit is contained in:
Hidde Beydals
2021-03-25 18:41:35 +01:00
committed by GitHub

View File

@ -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