Skip to content

Commit

Permalink
Mettre à jour le fichier postgres-deployment.yaml pour ajouter un con…
Browse files Browse the repository at this point in the history
…texte de sécurité avec runAsNonRoot
  • Loading branch information
AlxFrst committed Apr 18, 2024
1 parent ec8736e commit 5c902f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postgres-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
name: postgres
namespace: n8n
spec:
securityContext:
runAsNonRoot: true
replicas: 1
selector:
matchLabels:
Expand Down

0 comments on commit 5c902f1

Please sign in to comment.