diff --git a/k8s/app/obsidian.yaml b/k8s/app/obsidian.yaml index 2367579..fcafc26 100644 --- a/k8s/app/obsidian.yaml +++ b/k8s/app/obsidian.yaml @@ -29,6 +29,7 @@ spec: - -c - | export GIT_SSH_COMMAND="ssh -i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=no" + git config --global --add safe.directory /vault if [ -d /vault/.git ]; then cd /vault && git pull origin main || true else