Describe the bug
Istio doesn't require that you install it to istio-system. It can be deployed under another namespace. However the connector/helm is currently hardcoded to istio-system.
Expected behavior
The helm would expose a template variable allowing the user to override the namespace, and have it apply uniformly to the adapter deployment.
Describe the bug Istio doesn't require that you install it to
istio-system
. It can be deployed under another namespace. However the connector/helm is currently hardcoded toistio-system
.Expected behavior The helm would expose a template variable allowing the user to override the namespace, and have it apply uniformly to the adapter deployment.