Skip to content

Commit

Permalink
Update env vars for tiler imposm3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 2, 2024
1 parent 370bddd commit d040d44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions osm-seed/templates/tiler-imposm/tiler-imposm-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ spec:
- name: OVERWRITE_STATE
value: {{ .Values.tilerImposm.env.OVERWRITE_STATE | quote }}
- name: UPLOAD_EXPIRED_FILES
value: {{ .Values.tilerImposm.env.UPLOAD_EXPIRED_FILES | default "true" | quote }}
value: {{ .Values.tilerImposm.env.UPLOAD_EXPIRED_FILES | quote }}
- name: IMPORT_NATURAL_EARTH
value: {{ .Values.tilerImposm.env.IMPORT_NATURAL_EARTH | default "true" | quote }}
value: {{ .Values.tilerImposm.env.IMPORT_NATURAL_EARTH | quote }}
- name: IMPORT_OSM_LAND
value: {{ .Values.tilerImposm.env.IMPORT_OSM_LAND | default "true" | quote }}
value: {{ .Values.tilerImposm.env.IMPORT_OSM_LAND | quote }}
- name: IMPOSM3_IMPORT_LAYERS
value: {{ .Values.tilerImposm.env.IMPOSM3_IMPORT_LAYERS | default "all" | quote }}
value: {{ .Values.tilerImposm.env.IMPOSM3_IMPORT_LAYERS | quote }}
- name: CLOUDPROVIDER
value: {{ .Values.cloudProvider }}
# In case cloudProvider=aws
Expand Down

0 comments on commit d040d44

Please sign in to comment.