Included type in SSL certificate documentation

This commit is contained in:
Aaron Walker 2019-01-02 16:16:19 -08:00 committed by GitHub
parent 8f3b0b7804
commit 37d1070e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ You can use a valid SSL Certificate for your API Server Load Balancer. Currently
spec:
api:
loadBalancer:
type: Public
sslCertificate: arn:aws:acm:<region>:<accountId>:certificate/<uuid>
```