From e19ad4ddc69de59d0a8e95c74088edc8b966fe07 Mon Sep 17 00:00:00 2001 From: Pratik <68642400+pratikbalar@users.noreply.github.com> Date: Tue, 8 Dec 2020 17:56:27 +0530 Subject: [PATCH] update Deleting old resources CRD update Deleting old resources CRD --- docs/guides/helm-operator-migration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guides/helm-operator-migration.md b/docs/guides/helm-operator-migration.md index 40075a54..dd9b8e02 100644 --- a/docs/guides/helm-operator-migration.md +++ b/docs/guides/helm-operator-migration.md @@ -748,8 +748,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