Skip to content

Commit 8fd2314

Browse files
committed
2 parents d83600d + e6f7048 commit 8fd2314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensource/templates/nginx/nginx-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- host: '{{ .Values.env }}{{ .Values.domain }}'
1919
http:
2020
paths:
21-
- path: {{ if hasKey .Values.mediaApi "apiPrefix" }}{{ .Values.mediaApi.apiPrefix }}/assets/media/?${{ else }}/assets/media/?${{ end }}
21+
- path: {{ if hasKey .Values.mediaApi "apiPrefix" }}{{ .Values.mediaApi.apiPrefix }}/assets/media/{{ else }}/assets/media/{{ end }}
2222
pathType: ImplementationSpecific
2323
backend:
2424
service:

0 commit comments

Comments
 (0)