From f8b2fd12e1a8861b88823737ff7f2d76ec5f1fa5 Mon Sep 17 00:00:00 2001 From: Rob <251736+robv8r@users.noreply.github.com> Date: Tue, 15 Nov 2022 13:02:07 -0600 Subject: [PATCH] Update namespaces.md Updated grammar. Changed "These namespaces have are named" to "These namespaces are named" --- versioned_docs/version-0.5/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-0.5/namespaces.md b/versioned_docs/version-0.5/namespaces.md index 2c221ef39..036a1aea4 100644 --- a/versioned_docs/version-0.5/namespaces.md +++ b/versioned_docs/version-0.5/namespaces.md @@ -44,7 +44,7 @@ especially secrets. ### Cluster namespaces For every cluster that is registered a namespace is created by the Fleet manager for that cluster. -These namespaces have are named in the form `cluster-${namespace}-${cluster}-${random}`. The purpose of this +These namespaces are named in the form `cluster-${namespace}-${cluster}-${random}`. The purpose of this namespace is that all `BundleDeployments` for that cluster are put into this namespace and then the downstream cluster is given access to watch and update `BundleDeployments` in that namespace only.