vmware-archive / wavefront-adapter-for-istio

Wavefront by VMware Adapter for Istio is an adapter for Istio to publish metrics to Wavefront by VMware.
Other
14 stars 17 forks source link

Support deploying into alternate namespaces #70

Closed vikramraman closed 5 years ago

vikramraman commented 5 years ago

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.