From 046a2bd066d31289872bec72d09aee8100796535 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 11 Jan 2023 09:03:12 -0500 Subject: [PATCH] Remove erroneous mention of wildcard in Receivers There is no supported wildcard here Signed-off-by: Kingdon Barrett --- docs/spec/v1beta2/receivers.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/spec/v1beta2/receivers.md b/docs/spec/v1beta2/receivers.md index 912b29eec..bbd192979 100644 --- a/docs/spec/v1beta2/receivers.md +++ b/docs/spec/v1beta2/receivers.md @@ -635,8 +635,7 @@ A resource entry contains the following fields: `GitRepository`, `Kustomization`, `HelmRelease`, `HelmChart`, `HelmRepository`, `ImageRepository`, `ImagePolicy`, `ImageUpdateAutomation` and `OCIRepository`. -- `name`: The Flux Custom Resource `.metadata.name`. This field may contain - a wildcard `*` to match all resources of the `kind`. +- `name`: The Flux Custom Resource `.metadata.name`. - `namespace` (Optional): The Flux Custom Resource `.metadata.namespace`. When not specified, the Receiver's `.metadata.namespace` is used instead.