ignore author label key

This commit is contained in:
Ulric Qin 2022-06-07 12:06:09 +08:00
parent 1d4e7803bb
commit d7cb4d6318
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*", "*escriptio*", "maintainer*", "*hash"]
docker_label_exclude = ["annotation*", "io.kubernetes*", "*description*", "*maintainer*", "*hash", "*author*"]
## Optional TLS Config
# use_tls = false