File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/kubernetes/overlays Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
1313 external-dns.alpha.kubernetes.io/hostname : <% index .Params `productionBackendSubdomain` %><% index .Params `productionHostRoot` %>
1414 # CORS
1515 nginx.ingress.kubernetes.io/enable-cors : " true"
16- nginx.ingress.kubernetes.io/cors-allow-origin : " https://<% index .Params `productionFrontendSubdomain` % ><% index .Params `productionHostRoot` % >/ "
16+ nginx.ingress.kubernetes.io/cors-allow-origin : " https://<% index .Params `productionFrontendSubdomain` % ><% index .Params `productionHostRoot` % >"
1717
1818spec :
1919 rules :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
1313 external-dns.alpha.kubernetes.io/hostname : <% index .Params `stagingBackendSubdomain` %><% index .Params `stagingHostRoot` %>
1414 # CORS
1515 nginx.ingress.kubernetes.io/enable-cors : " true"
16- nginx.ingress.kubernetes.io/cors-allow-origin : " https://<% index .Params `stagingFrontendSubdomain` % ><% index .Params `stagingHostRoot` % >/ "
16+ nginx.ingress.kubernetes.io/cors-allow-origin : " https://<% index .Params `stagingFrontendSubdomain` % ><% index .Params `stagingHostRoot` % >"
1717
1818spec :
1919 rules :
You can’t perform that action at this time.
0 commit comments