fix: add host infer to the chart docs

Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>
This commit is contained in:
André Nogueira 2025-10-03 18:22:42 +01:00 committed by Andre Nogueira
parent f4d8c8b7f5
commit 7be46e0a6d
No known key found for this signature in database
GPG key ID: A0A90F4231D8B028
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ The open source Sourcegraph alternative. Sourcebot gives you a powerful interfac
| ingress.annotations | object | `{}` | Ingress annotations. |
| ingress.className | string | `""` | Ingress class name. |
| ingress.enabled | bool | `false` | Enable or disable ingress. |
| ingress.hosts | list | `[]` | List of hostnames and paths for ingress rules. |
| ingress.hosts | list | `[]` | List of hostnames and paths for ingress rules. The first host will be used as the default host. |
| ingress.tls | list | `[]` | TLS settings for ingress. |
| initContainers | list | `[]` | Configure init containers to run before the main container. |
| license | object | `{}` | Configure the enterprise license key secret by providing license.secretName and license.secretKey to use a Kubernetes secret. |

View file

@ -125,7 +125,7 @@ ingress:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# -- List of hostnames and paths for ingress rules.
# -- List of hostnames and paths for ingress rules. The first host will be used as the default host.
hosts: []
# - host: chart-example.local
# paths: