From a14c76f92b2b9cb81f331a36bbf98e0d8b6029e3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 2 Mar 2025 01:06:30 -0600 Subject: [PATCH] fix path type --- clusters/cl01tl/management/headlamp/templates/http-route.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/management/headlamp/templates/http-route.yaml b/clusters/cl01tl/management/headlamp/templates/http-route.yaml index d77e2e915..20da0d7d7 100644 --- a/clusters/cl01tl/management/headlamp/templates/http-route.yaml +++ b/clusters/cl01tl/management/headlamp/templates/http-route.yaml @@ -17,7 +17,7 @@ spec: rules: - matches: - path: - type: ImplementationSpecific + type: PathPrefix value: / backendRefs: - name: headlamp