From dd3d38e17593a16e3280dc8cfed251ebe67034d2 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 9 Jun 2026 02:17:14 -0300 Subject: [PATCH] veles: let postgres initialize data volume --- services/veles/postgres-statefulset.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/veles/postgres-statefulset.yaml b/services/veles/postgres-statefulset.yaml index 593222c6..199c3f48 100644 --- a/services/veles/postgres-statefulset.yaml +++ b/services/veles/postgres-statefulset.yaml @@ -69,8 +69,6 @@ spec: memory: 16Gi securityContext: allowPrivilegeEscalation: false - capabilities: - drop: ["ALL"] volumeMounts: - name: postgres-data mountPath: /var/lib/postgresql/data