Skip to content

Commit 2235352

Browse files
committed
Update config.yaml
1 parent 37c86c9 commit 2235352

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

deploy/all-cr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ data:
506506
password: ${CONFIG_REGISTRY_PASSWORD_FIRST:${REGISTRY_PASSWORD:}}
507507
properties: ${CONFIG_REGISTRY_PROPERTIES_FIRST}
508508
namespace: ${CONFIG_REGISTRY_NAMESPACE_FIRST:${REGISTRY_NAMESPACE:public}}
509-
group: ${CONFIG_REGISTRY_GROUP_FIRST:DEFAULT_GROUP}
509+
group: ${CONFIG_REGISTRY_GROUP_FIRST}
510510
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
511511
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
512512
- type: ${CONFIG_REGISTRY_TYPE_SECOND:nacos}
@@ -517,7 +517,7 @@ data:
517517
password: ${CONFIG_REGISTRY_PASSWORD_SECOND:${REGISTRY_PASSWORD:}}
518518
properties: ${CONFIG_REGISTRY_PROPERTIES_SECOND}
519519
namespace: ${CONFIG_REGISTRY_NAMESPACE_SECOND:${REGISTRY_NAMESPACE:public}}
520-
group: ${CONFIG_REGISTRY_GROUP_SECOND:DEFAULT_GROUP}
520+
group: ${CONFIG_REGISTRY_GROUP_SECOND}
521521
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
522522
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
523523
- type: ${CONFIG_REGISTRY_TYPE_THIRD:nacos}
@@ -528,7 +528,7 @@ data:
528528
properties: ${CONFIG_REGISTRY_PROPERTIES_THIRD}
529529
password: ${CONFIG_REGISTRY_PASSWORD_THIRD:${REGISTRY_PASSWORD:}}
530530
namespace: ${CONFIG_REGISTRY_NAMESPACE_THIRD:${REGISTRY_NAMESPACE:public}}
531-
group: ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP}
531+
group: ${CONFIG_REGISTRY_GROUP_THIRD}
532532
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
533533
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
534534
probe:

deploy/joylive-injector/config/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ agent:
357357
password: ${CONFIG_REGISTRY_PASSWORD_FIRST:${REGISTRY_PASSWORD:}}
358358
properties: ${CONFIG_REGISTRY_PROPERTIES_FIRST}
359359
namespace: ${CONFIG_REGISTRY_NAMESPACE_FIRST:${REGISTRY_NAMESPACE:public}}
360-
group: ${CONFIG_REGISTRY_GROUP_FIRST:DEFAULT_GROUP}
360+
group: ${CONFIG_REGISTRY_GROUP_FIRST}
361361
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
362362
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
363363
- type: ${CONFIG_REGISTRY_TYPE_SECOND:nacos}
@@ -368,7 +368,7 @@ agent:
368368
password: ${CONFIG_REGISTRY_PASSWORD_SECOND:${REGISTRY_PASSWORD:}}
369369
properties: ${CONFIG_REGISTRY_PROPERTIES_SECOND}
370370
namespace: ${CONFIG_REGISTRY_NAMESPACE_SECOND:${REGISTRY_NAMESPACE:public}}
371-
group: ${CONFIG_REGISTRY_GROUP_SECOND:DEFAULT_GROUP}
371+
group: ${CONFIG_REGISTRY_GROUP_SECOND}
372372
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
373373
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
374374
- type: ${CONFIG_REGISTRY_TYPE_THIRD:nacos}
@@ -379,7 +379,7 @@ agent:
379379
properties: ${CONFIG_REGISTRY_PROPERTIES_THIRD}
380380
password: ${CONFIG_REGISTRY_PASSWORD_THIRD:${REGISTRY_PASSWORD:}}
381381
namespace: ${CONFIG_REGISTRY_NAMESPACE_THIRD:${REGISTRY_NAMESPACE:public}}
382-
group: ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP}
382+
group: ${CONFIG_REGISTRY_GROUP_THIRD}
383383
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
384384
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
385385
probe:
-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)