We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c69ac commit b9d360fCopy full SHA for b9d360f
1 file changed
deployment-configuration/helm/templates/ingress.yaml
@@ -24,7 +24,7 @@
24
{{- else if (not (contains "*" $uri)) }}
25
{{- $pathWithoutSlash := trimPrefix "/" $uri }}
26
- path: {{ printf "%s%s" $app.harness.gateway.path $pathWithoutSlash }}
27
- pathType: Exact
+ pathType: ImplementationSpecific
28
backend:
29
service:
30
name: {{ $app.harness.service.name | quote }}
0 commit comments