Merge pull request #1185 from riceo/patch-1

Remove typo'd '=' from AWS ELB SSL documentation
This commit is contained in:
Jared
2016-09-08 10:33:44 -07:00
committed by GitHub
+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)"
}
},
```