From 07073970cf3c8c63eab2ba66d72c1f62675dc4b7 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