docker plugin: ignore some labels

This commit is contained in:
Ulric Qin 2022-06-07 11:10:16 +08:00
parent ce678f01d6
commit 3af20d1813
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ total_include = ["cpu", "blkio", "network"]
## docker labels to include and exclude as tags. Globs accepted.
## Note that an empty array for both will include all labels as tags
docker_label_include = []
docker_label_exclude = ["annotation*", "io.kubernetes*"]
docker_label_exclude = ["annotation*", "io.kubernetes*", "description", "maintainer*"]
## Optional TLS Config
# use_tls = false