File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.4.2
18
+ version : 0.4.3
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 98
98
mountPath : /config
99
99
100
100
# the "env" entries will override the environment variables from envFrom.
101
+ env :
102
+ - name : USE_MARKETS_CACHE_IN_MEMORY
103
+ value : " true"
104
+ {{- if .Values.environment }}
105
+ - name : BBGO_ENV
106
+ value : {{ .Values.environment | quote }}
107
+ {{- end }}
108
+
109
+ {{- if .Values.rbTreeOrderbook.enabled }}
110
+ - name : ENABLE_RBT_ORDERBOOK
111
+ value : " true"
112
+ {{- end }}
101
113
envFrom :
102
114
- secretRef :
103
115
name : {{ .Values.dotenv.secret | default .Release.Name }}
Original file line number Diff line number Diff line change 89
89
debug :
90
90
enabled : false
91
91
92
+ environment : dev
93
+
94
+ # this set ENABLE_RBT_ORDERBOOK env
95
+ rbTreeOrderbook :
96
+ enabled : false
97
+
92
98
sync :
93
99
enabled : false
94
100
schedule : " 0 * * * *"
You can’t perform that action at this time.
0 commit comments