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 <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-08-08 15:52:55 +00:00
parent 56e598f66c
commit 1015b3bc8e

View file

@ -13,5 +13,8 @@ spec:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: harbor namespace: harbor
syncPolicy: syncPolicy:
automated:
prune: false
selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true