mesh
mesh copied to clipboard
[docs] Wrong namespace used in configuration docs?
First off: The docs are very well written, nice and easy to read and easy to understand. Hats off!
Just a small thing, there is a mismatch regarding the namespaces used:
https://github.com/traefik/mesh/blob/638e27f9e29b8c6bdda214282d52bfc02fda94aa/docs/content/configuration.md?plain=1#L126
vs.
- https://github.com/traefik/mesh/blob/master/docs/content/quickstart.md?plain=1#L64
- https://github.com/traefik/mesh/blob/master/docs/content/quickstart.md?plain=1#L87
- https://github.com/traefik/mesh/blob/master/docs/content/quickstart.md?plain=1#L104
The quickstart uses the test
namespace for server and client deployment, so it would make sense to stick to that and not use server
https://github.com/traefik/mesh/blob/master/docs/content/configuration.md?plain=1#L173
A client
namespace is also being used later on.