From 5b687cb28b3157d82b323d5a0d9f6a0c1a5ceadb Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Thu, 31 Mar 2022 00:45:08 -0700
Subject: [PATCH] fix(chart): Add pathType to ingress

---
 contrib/charts/espresso/templates/ingress.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/charts/espresso/templates/ingress.yaml b/contrib/charts/espresso/templates/ingress.yaml
index a698c22..d5c6841 100644
--- a/contrib/charts/espresso/templates/ingress.yaml
+++ b/contrib/charts/espresso/templates/ingress.yaml
@@ -32,6 +32,7 @@ spec:
         paths:
           {{- range .paths }}
           - path: {{ . }}
+            pathType: Prefix
             backend:
               service:
                 name: {{ $fullName }}
-- 
GitLab