Skip to content

Commit

Permalink
Update site/docs/guides/tls.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Dutra <adutra@users.noreply.github.com>
  • Loading branch information
dimas-b and adutra committed May 26, 2023
1 parent 45da972 commit 19d617e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions site/docs/guides/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ kubectl -n nessie-ns create secret tls nessie-tls \

```shell
helm install nessie -n nessie-ns helm/nessie \
--set ingress.enabled=true \
--set ingress.hosts[0].host='nessie.local' \
--set ingress.hosts[0].paths[0]='/' \
--set ingress.tls[0].secretName=nessie-tls \
--set ingress.tls[0].hosts[0]='nessie.local'
--set 'ingress.enabled=true' \
--set 'ingress.hosts[0].host=nessie.local' \
--set 'ingress.hosts[0].paths[0]=/' \
--set 'ingress.tls[0].secretName=nessie-tls' \
--set 'ingress.tls[0].hosts[0]=nessie.local'
```

The deployment process may take some time. Use the following command to check its status and get the ingress IP address.
Expand Down

0 comments on commit 19d617e

Please sign in to comment.