Remove typo'd '=' from AWS ELB SSL documentation
It looks like there was a typo in this annotation key.
This commit is contained in:
parent
e035d83836
commit
64503f43a8
|
|
@ -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)"
|
||||
}
|
||||
},
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue