Skip to content

Commit 1ef8e23

Browse files
committed
remove trailing whitespace
1 parent 71db260 commit 1ef8e23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/k8s-aws.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ errors from `wsk` when attempting to access it.
9191
Due to the way AWS supports TLS termination on ELBs there are a couple of configuration options required to put a
9292
signed certificate in place when deploying openwhisk.
9393

94-
First ensure you have a signed certificate in your AWS Certificate Manager.
94+
First ensure you have a signed certificate in your AWS Certificate Manager.
9595

9696
Then ensure you enable the following:
9797
```yaml
@@ -105,8 +105,8 @@ whisk:
105105
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <your certificate ARN>
106106
```
107107

108-
This will setup a loadbalanced service that allows your users to connect via HTTPS to the cluster. Internally we switch
109-
from SSL to plain HTTP communication as we're forwarding ports internally.
108+
This will setup a loadbalanced service that allows your users to connect via HTTPS to the cluster. Internally we switch
109+
from SSL to plain HTTP communication as we're forwarding ports internally.
110110
Please read [this doc](https://kubernetes-on-aws.readthedocs.io/en/latest/user-guide/tls-termination.html#common-pitfalls) for more information.
111111

112112
## Hints and Tips

0 commit comments

Comments
 (0)