docker plugin: ignore some labels
This commit is contained in:
parent
ce678f01d6
commit
3af20d1813
|
@ -51,7 +51,7 @@ total_include = ["cpu", "blkio", "network"]
|
||||||
## docker labels to include and exclude as tags. Globs accepted.
|
## docker labels to include and exclude as tags. Globs accepted.
|
||||||
## Note that an empty array for both will include all labels as tags
|
## Note that an empty array for both will include all labels as tags
|
||||||
docker_label_include = []
|
docker_label_include = []
|
||||||
docker_label_exclude = ["annotation*", "io.kubernetes*"]
|
docker_label_exclude = ["annotation*", "io.kubernetes*", "description", "maintainer*"]
|
||||||
|
|
||||||
## Optional TLS Config
|
## Optional TLS Config
|
||||||
# use_tls = false
|
# use_tls = false
|
||||||
|
|
Loading…
Reference in New Issue