Stop Veles pod startup from auto-bootstrapping meta content

This commit is contained in:
jenkins 2026-07-02 14:02:03 -03:00
parent d5833475fa
commit f1abdabb11

View File

@ -67,7 +67,7 @@ spec:
if [ -f /vault/secrets/veles-env.sh ]; then
. /vault/secrets/veles-env.sh
fi
exec veles-db --init --wait-seconds 120 --bootstrap-meta --content-root /opt/veles-content
exec veles-db --init --wait-seconds 120
envFrom:
- configMapRef:
name: veles-config