chore(vmagent): add comparison policy for docker containers

This commit is contained in:
2024-10-12 21:08:39 +02:00
parent fe29c97c53
commit 37a6e040fd
2 changed files with 5 additions and 0 deletions

View File

@ -53,3 +53,7 @@ vmagent_container_env: ~
vmagent_container_merged_env: >-2
{{ (vmagent_container_base_env | default({}, true))
| combine(vmagent_container_env | default({})) }}
vmagent_container_comparisons:
env: allow_more_present
image: strict
labels: allow_more_present