From 5c902f1b9c1ccb57d22366f8dcc40c6d9b7a06e1 Mon Sep 17 00:00:00 2001 From: AlxFrst Date: Thu, 18 Apr 2024 13:45:24 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20le=20fichier=20postgre?= =?UTF-8?q?s-deployment.yaml=20pour=20ajouter=20un=20contexte=20de=20s?= =?UTF-8?q?=C3=A9curit=C3=A9=20avec=20runAsNonRoot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postgres-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres-deployment.yaml b/postgres-deployment.yaml index 21d2a1a..5ca704e 100644 --- a/postgres-deployment.yaml +++ b/postgres-deployment.yaml @@ -6,6 +6,8 @@ metadata: name: postgres namespace: n8n spec: + securityContext: + runAsNonRoot: true replicas: 1 selector: matchLabels: