mirror of
https://github.com/coder/coder.git
synced 2026-06-07 23:18:20 +00:00
447cc0d59b
Specifically tests for capabilities
9 lines
131 B
YAML
9 lines
131 B
YAML
coder:
|
|
image:
|
|
tag: latest
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|