diff --git a/library/common/1.0.0/templates/lib/container/_security.tpl b/library/common/1.0.0/templates/lib/container/_security.tpl index a1c9d669a4..20ebaf5555 100644 --- a/library/common/1.0.0/templates/lib/container/_security.tpl +++ b/library/common/1.0.0/templates/lib/container/_security.tpl @@ -61,7 +61,7 @@ The reason is not splitted, is that on one of the places needs a combo of all va {{- end -}} {{/* Devices need privileged container */}} - {{- if $deviceList -}} + {{- if $deviceList -}} {{/* TODO: Check if devices actually need privileged */}} {{- $_ := set $returnValue "privileged" true -}} {{- $_ := set $returnValue "allowPrivilegeEscalation" true -}} {{- end -}}