From 61d02bf5e4144ac94f026ff199e4336bde9a2a32 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 10 Nov 2020 18:17:06 +0100 Subject: [PATCH 1/2] docs: fix typo Signed-off-by: Hidde Beydals --- 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 ba1a1bb2..6d41dc2c 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: From 3fadc9471107b6d47f0eb94f0ce877ec194b7c20 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 10 Nov 2020 18:27:06 +0100 Subject: [PATCH 2/2] docs: include releaseName in HelmRelease example Signed-off-by: Hidde Beydals --- docs/guides/helm-operator-migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/helm-operator-migration.md b/docs/guides/helm-operator-migration.md index 6d41dc2c..40075a54 100644 --- a/docs/guides/helm-operator-migration.md +++ b/docs/guides/helm-operator-migration.md @@ -724,6 +724,7 @@ metadata: namespace: default spec: interval: 5m + releaseName: default-podinfo chart: spec: chart: podinfo