Use consistent variables
This commit is contained in:
parent
2b0eab6b19
commit
671046f0e1
@ -9,7 +9,7 @@ sysdig-agent:
|
|||||||
TAGS: "${SDC_TAGS}"
|
TAGS: "${SDC_TAGS}"
|
||||||
ADDITIONAL_CONF: "${SDC_ADDITIONAL_CONF}"
|
ADDITIONAL_CONF: "${SDC_ADDITIONAL_CONF}"
|
||||||
log_opt:
|
log_opt:
|
||||||
max-size: ${log_size}
|
max-size: ${LOG_SIZE}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/host/var/run/docker.sock
|
- /var/run/docker.sock:/host/var/run/docker.sock
|
||||||
- /dev:/host/dev
|
- /dev:/host/dev
|
||||||
|
@ -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."
|
description: "Content must be valid yaml code, use the escape \n parameter for new lines and adhere to proper indent requirements."
|
||||||
type: "string"
|
type: "string"
|
||||||
required: false
|
required: false
|
||||||
- variable: "log_size"
|
- variable: "LOG_SIZE"
|
||||||
label: "Max log size"
|
label: "Max log size"
|
||||||
description: "Max log size"
|
description: "Max log size"
|
||||||
type: "string"
|
type: "string"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user