File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,4 +123,4 @@ initContainers:
123123
124124cors :
125125 # -- A list of origins that should be permitted to make cross-origin requests. Needed for STAC Browser
126- origins : " https://stac-browser-auxip.{{ platform_domain_name }}; http://localhost:8080"
126+ origins : ' [ "https://stac-browser-auxip.{{ platform_domain_name }}"," http://localhost:8080"] '
Original file line number Diff line number Diff line change @@ -116,4 +116,4 @@ initContainers:
116116
117117cors :
118118 # -- A list of origins that should be permitted to make cross-origin requests. Needed for STAC Browser
119- origins : " https://stac-browser-cadip.{{ platform_domain_name }}; http://localhost:8080"
119+ origins : ' [ "https://stac-browser-cadip.{{ platform_domain_name }}"," http://localhost:8080"] '
Original file line number Diff line number Diff line change @@ -127,4 +127,4 @@ initContainers:
127127
128128cors :
129129 # -- A list of origins that should be permitted to make cross-origin requests. Needed for STAC Browser
130- origins : " https://stac-browser-catalog.{{ platform_domain_name }}; http://localhost:8080"
130+ origins : ' [ "https://stac-browser-catalog.{{ platform_domain_name }}"," http://localhost:8080"] '
Original file line number Diff line number Diff line change @@ -121,4 +121,4 @@ initContainers:
121121
122122cors :
123123 # -- A list of origins that should be permitted to make cross-origin requests. Needed for STAC Browser
124- origins : " https://stac-browser-prip.{{ platform_domain_name }}; http://localhost:8080"
124+ origins : ' [ "https://stac-browser-prip.{{ platform_domain_name }}"," http://localhost:8080"] '
You can’t perform that action at this time.
0 commit comments