Skip to content

Commit

Permalink
Merge pull request #16 from ricklambrechts/patch-1
Browse files Browse the repository at this point in the history
Added geocoder.key for Google Maps
  • Loading branch information
tananaev authored Nov 7, 2022
2 parents c6d35a5 + 5c9b1a3 commit 8237da2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/traccar/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ data:
{{- if .Values.traccar.geocoder.type }}
<entry key='geocoder.type'>{{ .Values.traccar.geocoder.type }}</entry>
{{- end }}
{{- if .Values.traccar.geocoder.key }}
<entry key='geocoder.key'>{{ .Values.traccar.geocoder.key }}</entry>
{{- end }}
{{- if .Values.traccar.geocoder.url }}
<entry key='geocoder.url'>{{ .Values.traccar.geocoder.url }}</entry>
{{- end }}
Expand Down

0 comments on commit 8237da2

Please sign in to comment.