File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ data:
110
110
app.location.unitRuleId=${APPLICATION_LOCATION_UNIT_RULE_ID}
111
111
app.location.unit=${APPLICATION_LOCATION_UNIT:}
112
112
app.location.cell=${APPLICATION_LOCATION_CELL:}
113
- app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID}
113
+ app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:default }
114
114
app.location.lane=${APPLICATION_LOCATION_LANE:base}
115
115
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
116
116
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_
14
14
app.location.unitRuleId =${APPLICATION_LOCATION_UNIT_RULE_ID}
15
15
app.location.unit =${APPLICATION_LOCATION_UNIT:{{ .Values.agent.location.unit }}}
16
16
app.location.cell =${APPLICATION_LOCATION_CELL:{{ .Values.agent.location.cell }}}
17
- app.location.laneSpaceId =${APPLICATION_LOCATION_LANESPACE_ID}
17
+ app.location.laneSpaceId =${APPLICATION_LOCATION_LANESPACE_ID:{{ .Values.agent.location.laneSpaceId }} }
18
18
app.location.lane =${APPLICATION_LOCATION_LANE:{{ .Values.agent.location.lane }}}
19
19
agent.enhance.shutdownOnError =${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
20
20
agent.enhance.excludeApp =${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main}
Original file line number Diff line number Diff line change 71
71
unitRuleId :
72
72
unit :
73
73
cell :
74
- laneSpaceId :
74
+ laneSpaceId : default
75
75
lane : base
76
76
otel :
77
77
replicas : 2
You can’t perform that action at this time.
0 commit comments