# Source of truth for this file: cloud-host-gitops repo (argocd/application-platform.yaml). # Kept here as a mirror for bootstrap convenience. apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: abrban-platform namespace: argocd spec: project: default # Multi-source: chart lives in the app repo, values (GitOps state) live in cloud-host-gitops. sources: - repoURL: https://git.abrban.com/abrban/cloud-host.git targetRevision: main path: backend/helm/cloudhost-platform helm: valueFiles: - $values/platform/values-abrban.yaml - repoURL: https://git.abrban.com/abrban/cloud-host-gitops.git targetRevision: main ref: values destination: server: https://kubernetes.default.svc namespace: cloudhost syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=false