File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
REACT_APP_OVERPASS_BASE : {{ .Values.osmchaApi.env.REACT_APP_OVERPASS_BASE | quote }}
36
36
REACT_APP_DISABLE_REAL_CHANGESETS : {{ .Values.osmchaApi.env.REACT_APP_DISABLE_REAL_CHANGESETS | quote }}
37
37
REACT_APP_MAPBOX_ACCESS_TOKEN : {{ .Values.osmchaApi.env.REACT_APP_MAPBOX_ACCESS_TOKEN | quote }}
38
+ OAUTH2_OSM_KEY : {{ quote .Values.osmchaApi.env.OAUTH2_OSM_KEY }}
39
+ OAUTH2_OSM_SECRET : {{ quote .Values.osmchaApi.env.OAUTH2_OSM_SECRET }}
38
40
---
39
41
apiVersion : v1
40
42
kind : ConfigMap
Original file line number Diff line number Diff line change 44
44
TM_REDIRECT_URI : {{ quote .Values.tmApi.env.TM_REDIRECT_URI | default "" }}
45
45
TM_SCOPE : {{ quote .Values.tmApi.env.TM_SCOPE | default "" }}
46
46
TM_APP_API_VERSION : {{ quote .Values.tmApi.env.TM_APP_API_VERSION | default "v2" }}
47
- OAUTH2_OSM_KEY : {{ quote .Values.tmApi.env.OAUTH2_OSM_KEY }}
48
- OAUTH2_OSM_SECRET : {{ quote .Values.tmApi.env.OAUTH2_OSM_SECRET }}
49
47
{{- end }}
You can’t perform that action at this time.
0 commit comments