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.
Description
Comment out the
direct:
configuration block in the default Helmvalues.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:
andproxy:
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.