Skip to content

Commit 7be46e0

Browse files
committed
fix: add host infer to the chart docs
Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>
1 parent f4d8c8b commit 7be46e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetes/chart/README.md

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

kubernetes/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ingress:
125125
# kubernetes.io/ingress.class: nginx
126126
# kubernetes.io/tls-acme: "true"
127127

128-
# -- List of hostnames and paths for ingress rules.
128+
# -- List of hostnames and paths for ingress rules. The first host will be used as the default host.
129129
hosts: []
130130
# - host: chart-example.local
131131
# paths:

0 commit comments

Comments
 (0)