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