Skip to content

Commit bf4ccdf

Browse files
committed
Add DUMP_CLOUD_URL as env var for planet dump
1 parent 04e93c3 commit bf4ccdf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

osm-seed/templates/jobs/full-history-job.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ spec:
4949
value: {{ .Values.fullHistory.env.PLANET_EXPORT_METHOD | quote}}
5050
- name: DUMP_CLOUD_URL
5151
value: {{ .Values.fullHistory.env.DUMP_CLOUD_URL | quote}}
52+
- name: PLANET_EPOCH_DATE
53+
value: {{ .Values.fullHistory.env.PLANET_EPOCH_DATE | quote}}
5254
# In case cloudProvider=aws
5355
{{- if eq .Values.cloudProvider "aws" }}
5456
- name: AWS_S3_BUCKET

osm-seed/templates/jobs/planet-dump-job.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ spec:
5353
value: {{ .Values.planetDump.env.PLANET_EXPORT_METHOD | quote}}
5454
- name: DUMP_CLOUD_URL
5555
value: {{ .Values.planetDump.env.DUMP_CLOUD_URL | quote}}
56+
- name: PLANET_EPOCH_DATE
57+
value: {{ .Values.planetDump.env.PLANET_EPOCH_DATE | quote}}
5658
# In case cloudProvider=aws
5759
{{- if eq .Values.cloudProvider "aws" }}
5860
- name: AWS_S3_BUCKET

0 commit comments

Comments
 (0)