Hi, everyone! I am trying to install with helm by passing annotations of my provider during installation with the command:
helm install istio-ingressgateway istio/gateway
I have searched and I have not found an example of how to pass that value in the command described above, if you give me a hand it would be very helpful :rezo:
Try this:
helm install istio-ingressgateway istio/gateway \
--set service.annotations.service\.beta\.kubernetes\.io/aws-load-balancer-type="elb" \
--set service.annotations.service\.beta\.kubernetes\.io/aws-load-balancer-internal="true"....