From c429df27ea52c3d512814ec7055f7e4319ef0ca4 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 12 Jul 2026 17:17:53 +0000 Subject: [PATCH] Enable auto-sync for bookstack application Configure Argo CD to automatically sync bookstack from the repository, ensuring the repository remains the single source of truth. Changes: - Added automated sync policy with prune and selfHeal - prune: removes resources no longer in repo - selfHeal: reverts manual cluster changes back to repo state This resolves the manual sync requirement and ensures continuous synchronization without data loss. Co-Authored-By: Paperclip --- apps/app-bookstack.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/app-bookstack.yaml b/apps/app-bookstack.yaml index 57b44d4..0c02fdd 100644 --- a/apps/app-bookstack.yaml +++ b/apps/app-bookstack.yaml @@ -13,5 +13,8 @@ spec: server: https://kubernetes.default.svc namespace: bookstack syncPolicy: + automated: + prune: true + selfHeal: true syncOptions: - CreateNamespace=true