> For the complete documentation index, see [llms.txt](https://docs.keyless.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyless.io/on-premise/installation-procedure/namespace.md).

# Namespace

Namespaces can be overridden, but in that case pay extra care when configuring the endpoint in the `values.yml` e.g.

```yaml
configMap:
  # Metrics Collector URI
  # `default` in this context references the namespace for the metrics-collector service
  metricsCollectorUrl: http://metrics-collector.default.svc.cluster.local
```
