This repository was archived by the owner on Jul 11, 2023. It is now read-only.
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
workloads.default_namespace Helm chart value #15
The Eirini REST API needed to be told in the request which namespace to deploy workloads to.
workloads.default_namespacewas used if the namespace was not specified in the request.None of this is needed in
eirini-controller, as it always uses theLRP/Tasknamespace as its destination namespace.workloads.default_namespaceis unused in this codebase and can be safely removed.