mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +00:00
Merge pull request #1156 from Legion2/patch-1
Fix CRD deletion instruction in Helm Operator migration docs
This commit is contained in:
commit
c23e8c7ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue