fix: chown vault to uid 1000 after git-sync (obsidian runs as 1000)
Build and Push / Test (push) Failing after 4s
Build and Push / Build and push image (push) Skipped

This commit is contained in:
2026-08-28 20:44:38 -07:00
parent 236e88127e
commit cc94174e63
+1
View File
@@ -39,6 +39,7 @@ spec:
cp -a /tmp/repo/. /vault/ cp -a /tmp/repo/. /vault/
rm -rf /tmp/repo rm -rf /tmp/repo
fi fi
chown -R 1000:1000 /vault
volumeMounts: volumeMounts:
- name: vault - name: vault
mountPath: /vault mountPath: /vault