Remove option to set Privileged mode, as this cannot be parameterised in the docker-compose YAML (#162)
This commit is contained in:
parent
871a28d5cd
commit
d7e06867f8
@ -11,7 +11,6 @@ cleanup:
|
|||||||
io.rancher.scheduler.global: "true"
|
io.rancher.scheduler.global: "true"
|
||||||
io.rancher.scheduler.affinity:host_label_ne: "${EXCLUDE_LABEL}"
|
io.rancher.scheduler.affinity:host_label_ne: "${EXCLUDE_LABEL}"
|
||||||
net: none
|
net: none
|
||||||
privileged: ${PRIVILEGED_MODE}
|
|
||||||
tty: false
|
tty: false
|
||||||
stdin_open: false
|
stdin_open: false
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -28,9 +28,4 @@
|
|||||||
default: "*:*"
|
default: "*:*"
|
||||||
required: false
|
required: false
|
||||||
type: "string"
|
type: "string"
|
||||||
- variable: "PRIVILEGED_MODE"
|
|
||||||
label: "Run janitor in privileged mode"
|
|
||||||
description: "In hardened environments containers must be privileged to access the bind-mounted unix:///var/run/docker.sock. This is not the default case."
|
|
||||||
default: false
|
|
||||||
required: true
|
|
||||||
type: "boolean"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user