# 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
```
