Remove typo'd '=' from AWS ELB SSL documentation

It looks like there was a typo in this annotation key.
This commit is contained in:
Aaron Rice
2016-09-08 18:02:19 +01:00
committed by GitHub
parent e035d83836
commit 64503f43a8
+1 -1
View File
@@ -460,7 +460,7 @@ within AWS Certificate Manager.
"metadata": {
"name": "my-service",
"annotations": {
"service.beta.kubernetes.io/aws-load-balancer-backend-protocol=": "(https|http|ssl|tcp)"
"service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "(https|http|ssl|tcp)"
}
},
```