Skip to content

Commit 5e306fe

Browse files
committed
Delete EXTRA_CORS_ORIGINS from env vars
1 parent a92b59e commit 5e306fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

osm-seed/templates/tasking-manager-api/tm-configMap.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ data:
4646
TM_APP_API_VERSION: {{ quote .Values.tmApi.env.TM_APP_API_VERSION | default "v2" }}
4747
OHSOME_STATS_TOKEN: {{ quote .Values.tmApi.env.OHSOME_STATS_TOKEN }}
4848
POSTGRES_TEST_DB: {{ quote .Values.tmApi.env.POSTGRES_TEST_DB }}
49-
EXTRA_CORS_ORIGINS: {{ printf "%s,%s" .Values.tmApi.env.TM_APP_BASE_URL .Values.tmApi.env.EXTRA_CORS_ORIGINS | quote }}
50-
{{- end }}
49+
{{- end }}

0 commit comments

Comments
 (0)