wavefront-adapter-for-istio
wavefront-adapter-for-istio copied to clipboard
In the default Helm values.yaml file, don't provide `direct:` configuration.
Description
Comment out the direct: configuration block in the default Helm values.yaml file.
Additional context
This is hard to disable as a downstream consumer if you have an in-cluster proxy; since there winds up being both direct: and proxy: configuration the proxy tries to send directly to Wavefront, which isn't actually correctly configured.
This PR is very similar to #75 (which addresses #73) but that got undone in #79.