Merge pull request #1156 from Legion2/patch-1

Fix CRD deletion instruction in Helm Operator migration docs
pull/1149/head
Hidde Beydals 4 years ago committed by GitHub
commit c23e8c7ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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