Skip to content

Commit 75fdc48

Browse files
docs: installation.mdx to fix helm upgrade values for TLS (#4861)
Signed-off-by: Federico Baldan <117746830+Federico-Baldan@users.noreply.github.com>
1 parent 7ad6c46 commit 75fdc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/kubernetes/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ kubectl create secret tls keep-tls --cert=./tls.crt --key=./tls.key -n keep
191191
### Update Helm Values for TLS
192192
```bash
193193
helm upgrade -n keep keep keephq/keep \
194-
--set "global.ingress.hosts[0]=keep.example.com" \
194+
--set "global.ingress.hosts[0].host=keep.example.com" \
195195
--set "global.ingress.tls[0].hosts[0]=keep.example.com" \
196196
--set "global.ingress.tls[0].secretName=keep-tls"
197197
```

0 commit comments

Comments
 (0)