This commit is contained in:
2023-07-28 18:28:59 +02:00
parent d40b617035
commit be91663ad3
2 changed files with 89 additions and 84 deletions

View File

@@ -81,6 +81,11 @@ resource "kubectl_manifest" "collabora_deploy" {
httpGet:
path: /
port: http
securitycontext:
allowPrivilegeEscalation: true
capabilities:
add:
- MKNOD
EOF
}