Skip to content

Commit 04e93c3

Browse files
committed
Add enve var for planet dump and history
1 parent 14ce413 commit 04e93c3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ spec:
4545
value: {{ .Values.fullHistory.env.OVERWRITE_FHISTORY_FILE | quote}}
4646
- name: CLOUDPROVIDER
4747
value: {{ .Values.cloudProvider }}
48+
- name: PLANET_EXPORT_METHOD
49+
value: {{ .Values.fullHistory.env.PLANET_EXPORT_METHOD | quote}}
50+
- name: DUMP_CLOUD_URL
51+
value: {{ .Values.fullHistory.env.DUMP_CLOUD_URL | quote}}
4852
# In case cloudProvider=aws
4953
{{- if eq .Values.cloudProvider "aws" }}
5054
- name: AWS_S3_BUCKET

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ spec:
4949
value: {{ .Values.cloudProvider }}
5050
- name: OVERWRITE_PLANET_FILE
5151
value: {{ .Values.planetDump.env.OVERWRITE_PLANET_FILE | quote}}
52+
- name: PLANET_EXPORT_METHOD
53+
value: {{ .Values.planetDump.env.PLANET_EXPORT_METHOD | quote}}
54+
- name: DUMP_CLOUD_URL
55+
value: {{ .Values.planetDump.env.DUMP_CLOUD_URL | quote}}
5256
# In case cloudProvider=aws
5357
{{- if eq .Values.cloudProvider "aws" }}
5458
- name: AWS_S3_BUCKET

0 commit comments

Comments
 (0)