diff --git a/docs/guides/helm-operator-migration.md b/docs/guides/helm-operator-migration.md index ba1a1bb2..40075a54 100644 --- a/docs/guides/helm-operator-migration.md +++ b/docs/guides/helm-operator-migration.md @@ -710,7 +710,7 @@ The custom resources for the Helm Controller would be: --- apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository -metdata: +metadata: name: podinfo namespace: default spec: @@ -724,6 +724,7 @@ metadata: namespace: default spec: interval: 5m + releaseName: default-podinfo chart: spec: chart: podinfo