From 1a5d73e468d630cc369afebd3671cb571b0446b6 Mon Sep 17 00:00:00 2001 From: matoruru <40382980+matoruru@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:05:23 +0900 Subject: [PATCH] add: pathType in example ingress config Signed-off-by: matoruru <40382980+matoruru@users.noreply.github.com> --- charts/dex/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/dex/README.md b/charts/dex/README.md index c66e257d..6c281d2b 100644 --- a/charts/dex/README.md +++ b/charts/dex/README.md @@ -45,6 +45,7 @@ ingress: - host: my-issuer-url.com paths: - path: / + pathType: Prefix ``` ### Minimal TLS configuration