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.
2 parents d83600d + e6f7048 commit 8fd2314Copy full SHA for 8fd2314
opensource/templates/nginx/nginx-ingress.yaml
@@ -18,7 +18,7 @@ spec:
18
- host: '{{ .Values.env }}{{ .Values.domain }}'
19
http:
20
paths:
21
- - path: {{ if hasKey .Values.mediaApi "apiPrefix" }}{{ .Values.mediaApi.apiPrefix }}/assets/media/?${{ else }}/assets/media/?${{ end }}
+ - path: {{ if hasKey .Values.mediaApi "apiPrefix" }}{{ .Values.mediaApi.apiPrefix }}/assets/media/{{ else }}/assets/media/{{ end }}
22
pathType: ImplementationSpecific
23
backend:
24
service:
0 commit comments