From a1aa9600993182033ed00df6f06a6d56c3c6e2e1 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 2 Feb 2026 14:21:21 +1100 Subject: [PATCH] removed security context --- manifests/deployment.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 2295f47..8275286 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -36,13 +36,13 @@ spec: requests: memory: "512Mi" cpu: "250m" - securityContext: - allowPrivilegeEscalation: false - capabilities: - drop: ["ALL"] - runAsNonRoot: true - seccompProfile: - type: RuntimeDefault + securityContext: {} + # allowPrivilegeEscalation: false + # capabilities: + # drop: ["ALL"] + # runAsNonRoot: true + # seccompProfile: + # type: RuntimeDefault volumes: - name: data-volume persistentVolumeClaim: