From 19d7e27d69a57aad14c06fe087398826fcd6a764 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 25 Jul 2024 07:33:58 +1000 Subject: [PATCH] update obsidian docker privilege --- apps/obsidian/base/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/obsidian/base/deployment.yaml b/apps/obsidian/base/deployment.yaml index 67ee155..853c853 100644 --- a/apps/obsidian/base/deployment.yaml +++ b/apps/obsidian/base/deployment.yaml @@ -21,7 +21,7 @@ spec: - name: obsidian image: ghcr.io/sytone/obsidian-remote:0.1.1 securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true ports: - protocol: TCP containerPort: 8080