apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: project-gitops-dev-k3s namespace: argocd spec: project: default source: repoURL: https://git.learn.hyeonworks.com/donghyeon.kang/project-gitops targetRevision: main path: clusters/dev-k3s destination: server: https://kubernetes.default.svc namespace: argocd syncPolicy: automated: enabled: true prune: true selfHeal: true syncOptions: - PruneLast=true - FailOnSharedResource=true revisionHistoryLimit: 10