stack.basicstack.de/apps/app-harbor.yaml
CTO Agent 1015b3bc8e 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>
2026-08-08 15:52:55 +00:00

20 lines
457 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: harbor
namespace: argocd
spec:
project: default
source:
repoURL: git@forgejo.forgejo.svc.cluster.local:basicstack/stack.basicstack.de.git
targetRevision: main
path: apps/harbor
destination:
server: https://kubernetes.default.svc
namespace: harbor
syncPolicy:
automated:
prune: false
selfHeal: true
syncOptions:
- CreateNamespace=true