From 974f01cb4669da67d4ddde2ea6452d48682e6aaa Mon Sep 17 00:00:00 2001 From: Leon Kiefer Date: Thu, 25 Mar 2021 18:20:22 +0100 Subject: [PATCH] fix crd deletion command in v2 migration docs Signed-off-by: Leon Kiefer --- docs/guides/helm-operator-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/helm-operator-migration.md b/docs/guides/helm-operator-migration.md index 8c8461c3..763bc6f7 100644 --- a/docs/guides/helm-operator-migration.md +++ b/docs/guides/helm-operator-migration.md @@ -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