From 8415df82db0fcf61ef95e028ddf40f343a52618b Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 19:04:40 -0500 Subject: [PATCH] fix path type --- clusters/cl01tl/platform/authentik/templates/http-route.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/authentik/templates/http-route.yaml b/clusters/cl01tl/platform/authentik/templates/http-route.yaml index db3adfc9f..bd8011b31 100644 --- a/clusters/cl01tl/platform/authentik/templates/http-route.yaml +++ b/clusters/cl01tl/platform/authentik/templates/http-route.yaml @@ -17,7 +17,7 @@ spec: rules: - matches: - path: - type: Prefix + type: PathPrefix value: / backendRefs: - name: authentik-server