This message was deleted.
# kubernetes
s
This message was deleted.
g
We use terraform to deploy our datadog into our cluster, but it should be the same: ``````
Copy code
set {
    name = "datadog.confd.istio\\.yaml"
    value = <<EOF
init_config:
instances:
  - istiod_endpoint: <http://istiod-default.istio-system:15014/metrics>
EOF
  }
this sets a helm var for the chart to write the istio config
l
Thanks!