Fix default value of the annotation. (#15851)

pull/15884/head
Arnaud M 2019-08-16 08:42:34 +02:00 committed by Kubernetes Prow Robot
parent 7796f3cea6
commit 9bc1316049
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}}