mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
remove a todo
This commit is contained in:
@@ -20,7 +20,7 @@ runAsUser: {{ $security.runAsUser }}
|
||||
runAsGroup: {{ $security.runAsGroup }}
|
||||
readOnlyRootFilesystem: {{ $security.readOnlyRootFilesystem }}
|
||||
allowPrivilegeEscalation: {{ $security.allowPrivilegeEscalation }}
|
||||
privileged: {{ $security.privileged }} {{/* TODO: Set to true if deviceList is used? */}}
|
||||
privileged: {{ $security.privileged }}
|
||||
capabilities: {{/* TODO: add NET_BIND_SERVICE when port < 80 is used? */}}
|
||||
{{- with $security.capabilities.add }}
|
||||
add:
|
||||
|
||||
Reference in New Issue
Block a user