Update logconfig.md

This commit is contained in:
ethfoo 2023-06-27 17:11:12 +08:00 committed by GitHub
parent 78a9bfedc9
commit f29e10c293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace级别CRD表示一个日志采集任务用于采集Pod容器日
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
| ---------- | ----------- | ----------- | --------- | -------- |
| labelSelector | map | 必填 | | 通过该label来匹配Pods支持使用`*`来匹配所有的value比如`app: *` |
| labelSelector | map | 必填 | | 通过该label来匹配Pods支持使用`*`来匹配所有的value比如`app: '*'` |
!!! example