diff --git a/kubernetes/main/apps/download/lazy-librarian/app/helm-release.yaml b/kubernetes/main/apps/download/lazy-librarian/app/helm-release.yaml
index 2440b0fb..3602b789 100644
--- a/kubernetes/main/apps/download/lazy-librarian/app/helm-release.yaml
+++ b/kubernetes/main/apps/download/lazy-librarian/app/helm-release.yaml
@@ -39,10 +39,10 @@ spec:
                   timeoutSeconds: 1
                   failureThreshold: 3
               readiness: *probes
-            securityContext:
-              allowPrivilegeEscalation: false
-              readOnlyRootFilesystem: true
-              capabilities: { drop: ["ALL"] }
+            # securityContext:
+            #   allowPrivilegeEscalation: false
+            #   readOnlyRootFilesystem: true
+            #   capabilities: { drop: ["ALL"] }
             # resources:
             #   requests:
             #     memory: 100Mi