From f632abd8fa3d72bdf59822e7a5f9f3e45330e41f Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 13 Jan 2021 11:26:00 +0200 Subject: [PATCH] Remove deprecated source behaviour Signed-off-by: Stefan Prodan --- docs/guides/helmreleases.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/guides/helmreleases.md b/docs/guides/helmreleases.md index 723daeae..3694e818 100644 --- a/docs/guides/helmreleases.md +++ b/docs/guides/helmreleases.md @@ -21,12 +21,6 @@ To be able to release a Helm chart, the source that contains the chart first to the source-controller, so that the `HelmRelease` can reference to it. -A cluster administrator should register trusted sources by creating -the resources in the `flux-system` namespace. By default, the -source-controller watches for sources only in the `flux-system` -namespace, this way cluster admins can prevent untrusted sources from -being registered by users. - ### Helm repository Helm repositories are the recommended source to retrieve Helm charts