cloudfoundry / eirini-controller

Apache License 2.0
1 stars 1 forks source link

Remove the `workloads.default_namespace` Helm chart value #15

Open gcapizzi opened 3 years ago

gcapizzi commented 3 years ago

The Eirini REST API needed to be told in the request which namespace to deploy workloads to. workloads.default_namespace was used if the namespace was not specified in the request.

None of this is needed in eirini-controller, as it always uses the LRP/Task namespace as its destination namespace. workloads.default_namespace is unused in this codebase and can be safely removed.