apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cnpg namespace: cnpg-system labels: platform.dgse.cloud/cluster: artemis finalizers: - resources-finalizer.argocd.argoproj.io spec: project: cnpg source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/cnpg targetRevision: main destination: namespace: cnpg-system name: in-cluster syncPolicy: syncOptions: - CreateNamespace=true automated: prune: true selfHeal: true