From 1015b3bc8ea48bcde8adea24f83c07d35ed97ae1 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 8 Aug 2026 15:52:55 +0000 Subject: [PATCH] fix(harbor): enable automated selfHeal on harbor Application Matches what was manually set on the drifted live Application so that Argo CD reconciles from Forgejo automatically. Non-destructive (prune: false). Refs DEV-458. Co-Authored-By: Paperclip --- apps/app-harbor.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/app-harbor.yaml b/apps/app-harbor.yaml index 650c103..5af9f41 100644 --- a/apps/app-harbor.yaml +++ b/apps/app-harbor.yaml @@ -13,5 +13,8 @@ spec: server: https://kubernetes.default.svc namespace: harbor syncPolicy: + automated: + prune: false + selfHeal: true syncOptions: - CreateNamespace=true