add some todos

This commit is contained in:
Stavros kois
2023-01-12 16:54:45 +02:00
parent 0bfe7dc80f
commit e92e15d64e

View File

@@ -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 -}}