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