From a913befd12b8d05b3007229860c5ea76453be343 Mon Sep 17 00:00:00 2001 From: remche Date: Fri, 9 Apr 2021 13:39:37 +0200 Subject: [PATCH] update helm-docs --- shinyproxy/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/shinyproxy/README.md b/shinyproxy/README.md index fb1f6ab..7c897c7 100644 --- a/shinyproxy/README.md +++ b/shinyproxy/README.md @@ -13,6 +13,7 @@ A Helm chart to install Shinyproxy | ingress.annotations | object | `{}` | Annotations to add to the ingress | | ingress.enabled | bool | `false` | Whether to expose via ingress controller | | ingress.hosts | list | `[]` | The hostname that should be exposed | +| ingress.path | string | `""` | Set path in the ingress. Defaults to proxy.landing-page if blank. | | ingress.tls | list | `[]` | TLS configuration | | proxy | object | Default values | See https://www.shinyproxy.io/configuration/ for application configuration | | proxy.annotations | object | `{}` | ShinyProxy deployment annotations |