We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad6c46 commit 75fdc48Copy full SHA for 75fdc48
docs/deployment/kubernetes/installation.mdx
@@ -191,7 +191,7 @@ kubectl create secret tls keep-tls --cert=./tls.crt --key=./tls.key -n keep
191
### Update Helm Values for TLS
192
```bash
193
helm upgrade -n keep keep keephq/keep \
194
- --set "global.ingress.hosts[0]=keep.example.com" \
+ --set "global.ingress.hosts[0].host=keep.example.com" \
195
--set "global.ingress.tls[0].hosts[0]=keep.example.com" \
196
--set "global.ingress.tls[0].secretName=keep-tls"
197
```
0 commit comments