From 64503f43a8e0d42df0b8907f498461072d43eed1 Mon Sep 17 00:00:00 2001 From: Aaron Rice Date: Thu, 8 Sep 2016 18:02:19 +0100 Subject: [PATCH] Remove typo'd '=' from AWS ELB SSL documentation It looks like there was a typo in this annotation key. --- docs/user-guide/services/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/services/index.md b/docs/user-guide/services/index.md index a79e77fff8..62b7ff7f50 100644 --- a/docs/user-guide/services/index.md +++ b/docs/user-guide/services/index.md @@ -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)" } }, ```