Remove visible <b> (#1602)

Signed-off-by: Long Dai <long0dai@foxmail.com>
This commit is contained in:
Long Dai 2021-07-01 07:30:59 +08:00 committed by GitHub
parent fc677ac374
commit e79ffa3575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ spec:
dapr.io/enabled: "true"
dapr.io/app-id: "nodesubscriber"
dapr.io/app-port: "3000"
<b>dapr.io/app-max-concurrency: "1"</b>
dapr.io/app-max-concurrency: "1"
...
```