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.
1 parent 699d18b commit a92b59eCopy full SHA for a92b59e
osm-seed/templates/tasking-manager-api/tm-configMap.yaml
@@ -46,4 +46,5 @@ data:
46
TM_APP_API_VERSION: {{ quote .Values.tmApi.env.TM_APP_API_VERSION | default "v2" }}
47
OHSOME_STATS_TOKEN: {{ quote .Values.tmApi.env.OHSOME_STATS_TOKEN }}
48
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 }}
0 commit comments