Closed devdattakulkarni closed 6 months ago
We have a test case already to cover this situation: https://github.com/cloud-ark/kubeplus/blob/master/tests/tests.py#L41
This was tested - It does not matter what Namespace KubePlus is running in. Each application instance will be created in its own Namespace.
The basic design of KubePlus is that it will create an application instance (Helm release) in a new Namespace.
Nuanced aspects of this design should be covered with test cases.