apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: platform-dev namespace: argocd annotations: argocd.argoproj.io/sync-wave: "10" argocd.argoproj.io/sync-options: Prune=confirm,Delete=confirm spec: project: platform-dev source: repoURL: https://git.learn.hyeonworks.com/donghyeon.kang/project-gitops targetRevision: main path: clusters/dev-k3s/manifests/auth-system destination: server: https://kubernetes.default.svc namespace: platform syncPolicy: automated: enabled: true prune: true selfHeal: true syncOptions: - CreateNamespace=true - PruneLast=true - FailOnSharedResource=true retry: limit: 5 refresh: true backoff: duration: 5s factor: 2 maxDuration: 3m revisionHistoryLimit: 5