From 4f6db5943bc550e035a312dd4e770e7650399bb6 Mon Sep 17 00:00:00 2001 From: tiptophelmet Date: Fri, 21 Mar 2025 21:19:15 +0200 Subject: [PATCH] :memo: Update `front` base path docs --- helm-chart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/README.md b/helm-chart/README.md index 3ee3569d8..58250d464 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -196,7 +196,7 @@ Example for overriding image names: | `tap.ingress.host` | Host of the `Ingress` | `ks.svc.cluster.local` | | `tap.ingress.tls` | `Ingress` TLS configuration | `[]` | | `tap.ingress.annotations` | `Ingress` annotations | `{}` | -| `tap.routing.front.basePath` | Set this value to serve `front` under specific base path | `""` | +| `tap.routing.front.basePath` | Set this value to serve `front` under specific base path. Example: `/custompath` (forward slash must be present) | `""` | | `tap.ipv6` | Enable IPv6 support for the front-end | `true` | | `tap.debug` | Enable debug mode | `false` | | `tap.telemetry.enabled` | Enable anonymous usage statistics collection | `true` |