From bcb8c07362a1d92ef7cd1681ff2c6022f1f6cc53 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 27 Jun 2026 08:05:32 -0300 Subject: [PATCH] veles: run vault init before database init --- services/veles/backend-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/veles/backend-deployment.yaml b/services/veles/backend-deployment.yaml index 193aec15b..a02831eed 100644 --- a/services/veles/backend-deployment.yaml +++ b/services/veles/backend-deployment.yaml @@ -18,6 +18,7 @@ spec: app: veles-backend annotations: vault.hashicorp.com/agent-inject: "true" + vault.hashicorp.com/agent-init-first: "true" vault.hashicorp.com/agent-pre-populate-only: "true" vault.hashicorp.com/role: "veles" vault.hashicorp.com/agent-inject-secret-veles-env.sh: "kv/data/atlas/veles/veles-db"