when trying to configure the rancher istio helm ch...
# general
p
when trying to configure the rancher istio helm chart, excludeOutboundIPRanges doesnt appear to be respected, at least when i place it in the rancher-istio values.yaml file, is there somewhere else it should be located?
Copy code
global:
  proxy:
    excludeIPRanges: "1.1.1.1/32"
istio upstream reads it as
.Values.global.proxy.excludeIPRanges
via the injection-template.yaml see here