diff --git a/helm/dagster/templates/ingress.yaml b/helm/dagster/templates/ingress.yaml index b0f36c2b5f0f8..554658c0fbfaf 100644 --- a/helm/dagster/templates/ingress.yaml +++ b/helm/dagster/templates/ingress.yaml @@ -58,6 +58,7 @@ spec: number: {{ $_.Values.dagsterWebserver.service.port | default 80 }} {{- range $_.Values.ingress.dagsterWebserver.succeedingPaths }} - path: {{ .path }} + pathType: {{ .pathType }} backend: service: name: {{ .serviceName }}