Skip to content

Commit

Permalink
Update osmcha template
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 23, 2023
1 parent 977e9d1 commit 96dbfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm-seed/templates/osmcha-app/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data:
REACT_APP_OSM_URL: {{ .Values.osmchaApi.env.REACT_APP_OSM_URL | quote }}
REACT_APP_OSM_API: {{ .Values.osmchaApi.env.REACT_APP_OSM_API | quote }}
REACT_APP_OVERPASS_BASE: {{ .Values.osmchaApi.env.REACT_APP_OVERPASS_BASE | quote }}
REACT_APP_ENABLE_REAL_CHANGESETS: .Values.osmchaApi.env.REACT_APP_ENABLE_REAL_CHANGESETS }}"
REACT_APP_ENABLE_REAL_CHANGESETS: .Values.osmchaApi.env.REACT_APP_ENABLE_REAL_CHANGESETS
REACT_APP_MAPBOX_ACCESS_TOKEN: {{ .Values.osmchaApi.env.REACT_APP_MAPBOX_ACCESS_TOKEN | quote }}
---
apiVersion: v1
Expand Down

0 comments on commit 96dbfb2

Please sign in to comment.