File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 49
49
value : {{ .Values.fullHistory.env.PLANET_EXPORT_METHOD | quote}}
50
50
- name : DUMP_CLOUD_URL
51
51
value : {{ .Values.fullHistory.env.DUMP_CLOUD_URL | quote}}
52
+ - name : PLANET_EPOCH_DATE
53
+ value : {{ .Values.fullHistory.env.PLANET_EPOCH_DATE | quote}}
52
54
# In case cloudProvider=aws
53
55
{{- if eq .Values.cloudProvider "aws" }}
54
56
- name : AWS_S3_BUCKET
Original file line number Diff line number Diff line change 53
53
value : {{ .Values.planetDump.env.PLANET_EXPORT_METHOD | quote}}
54
54
- name : DUMP_CLOUD_URL
55
55
value : {{ .Values.planetDump.env.DUMP_CLOUD_URL | quote}}
56
+ - name : PLANET_EPOCH_DATE
57
+ value : {{ .Values.planetDump.env.PLANET_EPOCH_DATE | quote}}
56
58
# In case cloudProvider=aws
57
59
{{- if eq .Values.cloudProvider "aws" }}
58
60
- name : AWS_S3_BUCKET
You can’t perform that action at this time.
0 commit comments