From ccdf27983b4a808cf25ed36fa801329521847541 Mon Sep 17 00:00:00 2001 From: SeanOMik <seanomik@gmail.com> Date: Wed, 1 Jan 2025 13:58:28 -0500 Subject: [PATCH] fix(lazy-librarian): remove security context --- .../apps/download/lazy-librarian/app/helm-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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