From 1178afaa360181d73bd2c939252ce3a8bc51c5d1 Mon Sep 17 00:00:00 2001 From: Micaiah Martin Date: Wed, 26 Jun 2024 15:24:00 -0600 Subject: [PATCH] Fix paths for key connector ingress --- charts/self-host/test_values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/self-host/test_values.yaml b/charts/self-host/test_values.yaml index d05c9796..6fcec2f6 100644 --- a/charts/self-host/test_values.yaml +++ b/charts/self-host/test_values.yaml @@ -63,7 +63,7 @@ general: path: /(admin/?.*) pathType: ImplementationSpecific keyConnector: - path: /(key-connector/?.*) + path: /key-connector/(.*) pathType: ImplementationSpecific # Override application container version tags. Theses will be versioned with the chart and need not be changed in most circumstances.