From 2ecf5b779cff46f1f8ad9ccb3d0dabf374a93fac Mon Sep 17 00:00:00 2001 From: Dominic Hopf Date: Fri, 21 Apr 2023 17:03:25 +0200 Subject: [PATCH] Update kubernetes.md --- install/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/kubernetes.md b/install/kubernetes.md index 5cf2be33c..79b15cf69 100644 --- a/install/kubernetes.md +++ b/install/kubernetes.md @@ -90,7 +90,7 @@ The following table lists the configurable parameters of the Wiki.js chart and t | `tolerations` | Toleration labels for wiki.jsk pod assignment | `[]` | | `ingress.enabled` | Enable ingress controller resource | `false` | | `ingress.annotations` | Ingress annotations | `{}` | -| `ingress.hosts` | List of ingress rules | `[{"host": "wiki.local", "paths": ["/"]}]` | +| `ingress.hosts` | List of ingress rules | `[{"host": "wiki.local", "paths": [ { "path": "/", "pathType": "Prefix" }]}] | | `ingress.tls` | Ingress TLS configuration | `[]` | | `sideload.enabled` | Enable sideloading of locale files from git | `false` | | `sideload.repoURL` | Git repository URL containing locale files | `https://github.com/Requarks/wiki-localization` |