Use consistent variables

This commit is contained in:
Josh Reichardt 2016-11-29 10:01:10 -08:00
parent 2b0eab6b19
commit 671046f0e1
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ sysdig-agent:
TAGS: "${SDC_TAGS}"
ADDITIONAL_CONF: "${SDC_ADDITIONAL_CONF}"
log_opt:
max-size: ${log_size}
max-size: ${LOG_SIZE}
volumes:
- /var/run/docker.sock:/host/var/run/docker.sock
- /dev:/host/dev

View File

@ -32,7 +32,7 @@
description: "Content must be valid yaml code, use the escape \n parameter for new lines and adhere to proper indent requirements."
type: "string"
required: false
- variable: "log_size"
- variable: "LOG_SIZE"
label: "Max log size"
description: "Max log size"
type: "string"