wavefront-adapter-for-istio icon indicating copy to clipboard operation
wavefront-adapter-for-istio copied to clipboard

In the default Helm values.yaml file, don't provide `direct:` configuration.

Open dmaze opened this issue 5 years ago • 0 comments

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.

dmaze avatar Dec 09 '19 19:12 dmaze