apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: infra-cluster-root namespace: argocd spec: project: default source: repoURL: https://git.renolation.com/renolation/dbiz-lake-k8s.git targetRevision: main path: infra/cluster # quét chính thư mục này (gồm cả root.yaml -> tự quản) destination: server: https://kubernetes.default.svc namespace: argocd syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true