File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ data:
282
282
enabled: ${CONFIG_FLOW_CONTROL_ENABLED:false}
283
283
localhost: ${CONFIG_LOCALHOST_ENABLED:false}
284
284
virtual: ${CONFIG_VIRTUAL_ENABLED:false}
285
- configcenter :
285
+ configCenter :
286
286
enabled: ${CONFIG_CENTER_ENABLED:false}
287
287
protect:
288
288
enabled: ${CONFIG_PROTECT_ENABLED:false}
@@ -434,6 +434,8 @@ data:
434
434
beanEnabled: ${CONFIG_CENTER_REFRESH_BEAN_ENABLED:true}
435
435
beanNames: ${CONFIG_CENTER_REFRESH_BEAN_NAMES:}
436
436
beanClassPrefixes: ${CONFIG_CENTER_REFRESH_BEAN_CLASS_PREFIXES:}
437
+ ignoreKeys: ${CONFIG_CENTER_REFRESH_IGNORE_KEYS:spring.application.name}
438
+ ignoreKeyPrefixes: ${CONFIG_CENTER_REFRESH_IGNORE_KEY_PREFIXES:}
437
439
names: ${CONFIG_CENTER_NAMES:}
438
440
name:
439
441
namespace: ${CONFIG_CENTER_NAMESPACE:public}
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ agent:
150
150
enabled : ${CONFIG_FLOW_CONTROL_ENABLED:{{ .Values.agent.switch.flowcontrol }}}
151
151
localhost : ${CONFIG_LOCALHOST_ENABLED:false}
152
152
virtual : ${CONFIG_VIRTUAL_ENABLED:false}
153
- configcenter :
154
- enabled : ${CONFIG_CENTER_ENABLED:{{ .Values.agent.switch.configcenter }}}
153
+ configCenter :
154
+ enabled : ${CONFIG_CENTER_ENABLED:{{ .Values.agent.switch.configCenter }}}
155
155
protect :
156
156
enabled : ${CONFIG_PROTECT_ENABLED:false}
157
157
mariadb : true
@@ -302,6 +302,8 @@ agent:
302
302
beanEnabled : ${CONFIG_CENTER_REFRESH_BEAN_ENABLED:true}
303
303
beanNames : ${CONFIG_CENTER_REFRESH_BEAN_NAMES:}
304
304
beanClassPrefixes : ${CONFIG_CENTER_REFRESH_BEAN_CLASS_PREFIXES:}
305
+ ignoreKeys : ${CONFIG_CENTER_REFRESH_IGNORE_KEYS:spring.application.name}
306
+ ignoreKeyPrefixes : ${CONFIG_CENTER_REFRESH_IGNORE_KEY_PREFIXES:}
305
307
names : ${CONFIG_CENTER_NAMES:}
306
308
name :
307
309
namespace : ${CONFIG_CENTER_NAMESPACE:public}
Original file line number Diff line number Diff line change 60
60
live : false
61
61
lane : false
62
62
flowcontrol : false
63
- configcenter : false
63
+ configCenter : false
64
64
governance :
65
65
service :
66
66
localFirstMode : CELL
You can’t perform that action at this time.
0 commit comments