global.proxy.includeIPRanges usage without HELM

Hello,

I dont use helm for Istio installation. I install it manually so dont know where in. the configmap of sidecar-injector I should place " global.proxy.includeIPRanges" to exclude few IP ranges as described HERE

Thanks for your help.

After kubectl -n istio-system edit cm istio-sidecar-injector, look for

- \"[[ annotation .ObjectMeta
    `traffic.sidecar.istio.io/includeOutboundIPRanges`  \"*\"  ]]

Replace the asterisk with your value.