diff --git a/README.md b/README.md index 89210c1..b63e1d9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Cluster Deployments * [ara-server](https://ara.recordsansible.org/) -* [c19d](https://gitlab.com/smsvc/c19d/) * [removate-bot](https://github.com/renovatebot/renovate) (see [Renovate Bot](#renovate-bot)) ## Dependencies diff --git a/manifests/c19d.argocd.yml b/manifests/c19d.argocd.yml deleted file mode 100644 index 3641c33..0000000 --- a/manifests/c19d.argocd.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: c19d - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: https://gitlab.com/smsvc/c19d/covid19data-infrastructure.git - targetRevision: HEAD - path: k8s-manifests - destination: - server: https://kubernetes.default.svc - namespace: c19d - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true