mirror of
https://github.com/fluxcd/flux2.git
synced 2025-10-30 07:47:09 +08:00
Merge pull request #1156 from Legion2/patch-1
Fix CRD deletion instruction in Helm Operator migration docs
This commit is contained in:
@ -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.
|
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
|
```sh
|
||||||
kubectl delete crd helm.fluxcd.io
|
kubectl delete crd helmreleases.helm.fluxcd.io
|
||||||
```
|
```
|
||||||
|
|
||||||
## Frequently Asked Questions
|
## Frequently Asked Questions
|
||||||
|
|||||||
Reference in New Issue
Block a user