Skip to content

Commit 4ca7b18

Browse files
committed
fix: "+" is not available in configmap key
1 parent 4522dfd commit 4ca7b18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/client/java-sdk-user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ namespace: Use the specified value, if not specified, the default is "default"
431431

432432
configMapName: {appId}
433433

434-
key: {cluster} + {namespace}
434+
key: {cluster} - {namespace}
435435

436436
value: The content is the JSON format string of the corresponding configuration information.
437437

docs/zh/client/java-sdk-user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ namespace:使用指定的值,若未指定默认为"default"
416416

417417
configMapName:{appId}
418418

419-
key:{cluster}+{namespace}
419+
key:{cluster}-{namespace}
420420

421421
value:内容为对应的配置信息的json格式字符串
422422

0 commit comments

Comments
 (0)