From 74117f1441e7500810b9c96e7ec6799228aa9e14 Mon Sep 17 00:00:00 2001 From: Nico Poegel <nico_benjamin.poegel@student.reutlingen-university.de> Date: Tue, 14 Feb 2023 15:32:40 +0100 Subject: [PATCH] fixed a typo in myaktion-ingress-route --- helm-msa/templates/ingress-route/myaktion-ingress-route.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml index 54661bd..5f20149 100644 --- a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml +++ b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml @@ -9,7 +9,7 @@ metadata: spec: routes: - kind: Rule - match: pathPrefix(`/campaigns`) + match: PathPrefix(`/campaigns`) services: - kind: Service name: myaktion-service -- GitLab