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 }}