From b4abac61223348706889d7fe317ab8b9da52f5e1 Mon Sep 17 00:00:00 2001 From: "Jirayut Nimsaeng (Dear)" Date: Tue, 5 Dec 2023 16:50:07 +0700 Subject: [PATCH] Add ingress.pathType --- charts/onechart/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/onechart/templates/ingress.yaml b/charts/onechart/templates/ingress.yaml index 3975c57..862abb1 100644 --- a/charts/onechart/templates/ingress.yaml +++ b/charts/onechart/templates/ingress.yaml @@ -44,8 +44,8 @@ spec: - host: {{ .ingress.host | quote }} http: paths: - - path: {{ .ingress.path | default "/" | quote }} - pathType: "Prefix" + - path: {{ .ingress.path | default "/" | quote }} + pathType: {{ .ingress.pathType | default "Prefix" | quote }} backend: service: name: {{ $robustName }}