Update namespaces.md
Updated grammar. Changed "These namespaces have are named" to "These namespaces are named"
This commit is contained in:
parent
aa3f2a14a6
commit
f8b2fd12e1
|
|
@ -44,7 +44,7 @@ especially secrets.
|
||||||
### Cluster namespaces
|
### Cluster namespaces
|
||||||
|
|
||||||
For every cluster that is registered a namespace is created by the Fleet manager for that cluster.
|
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
|
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.
|
then the downstream cluster is given access to watch and update `BundleDeployments` in that namespace only.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue