Fix default value of the annotation. (#15851)

This commit is contained in:
Arnaud M
2019-08-16 08:42:34 +02:00
committed by Kubernetes Prow Robot
parent 7796f3cea6
commit 9bc1316049
@@ -598,7 +598,7 @@ For more information, see the [docs](https://cloud.google.com/kubernetes-engine/
metadata:
name: my-service
annotations:
service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
[...]
```
{{% /tab %}}