Skip to content

Commit

Permalink
Fix env vars for osmcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 29, 2025
1 parent b29f21c commit ebb9443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions osm-seed/templates/osmcha-app/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ data:
REACT_APP_OVERPASS_BASE: {{ .Values.osmchaApi.env.REACT_APP_OVERPASS_BASE | quote }}
REACT_APP_DISABLE_REAL_CHANGESETS: {{ .Values.osmchaApi.env.REACT_APP_DISABLE_REAL_CHANGESETS | quote }}
REACT_APP_MAPBOX_ACCESS_TOKEN: {{ .Values.osmchaApi.env.REACT_APP_MAPBOX_ACCESS_TOKEN | quote }}
OAUTH2_OSM_KEY: {{ quote .Values.osmchaApi.env.OAUTH2_OSM_KEY }}
OAUTH2_OSM_SECRET: {{ quote .Values.osmchaApi.env.OAUTH2_OSM_SECRET }}
---
apiVersion: v1
kind: ConfigMap
Expand Down
2 changes: 0 additions & 2 deletions osm-seed/templates/tasking-manager-api/tm-configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ data:
TM_REDIRECT_URI: {{ quote .Values.tmApi.env.TM_REDIRECT_URI | default "" }}
TM_SCOPE: {{ quote .Values.tmApi.env.TM_SCOPE | default "" }}
TM_APP_API_VERSION: {{ quote .Values.tmApi.env.TM_APP_API_VERSION | default "v2" }}
OAUTH2_OSM_KEY: {{ quote .Values.tmApi.env.OAUTH2_OSM_KEY }}
OAUTH2_OSM_SECRET: {{ quote .Values.tmApi.env.OAUTH2_OSM_SECRET }}
{{- end }}

0 comments on commit ebb9443

Please sign in to comment.