File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 45
45
value : {{ .Values.fullHistory.env.OVERWRITE_FHISTORY_FILE | quote}}
46
46
- name : CLOUDPROVIDER
47
47
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}}
48
52
# In case cloudProvider=aws
49
53
{{- if eq .Values.cloudProvider "aws" }}
50
54
- name : AWS_S3_BUCKET
Original file line number Diff line number Diff line change 49
49
value : {{ .Values.cloudProvider }}
50
50
- name : OVERWRITE_PLANET_FILE
51
51
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}}
52
56
# In case cloudProvider=aws
53
57
{{- if eq .Values.cloudProvider "aws" }}
54
58
- name : AWS_S3_BUCKET
You can’t perform that action at this time.
0 commit comments