diff --git a/argocd/application-researchowl.yaml b/argocd/application-researchowl.yaml deleted file mode 100644 index 053f8a5..0000000 --- a/argocd/application-researchowl.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: researchowl - namespace: argocd - annotations: - argocd.argoproj.io/tracking-id: researchowl:argoproj.io/Application:argocd/researchowl - notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666" - notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666" -spec: - destination: - namespace: researchowl - server: https://kubernetes.default.svc - project: default - source: - path: researchowl - repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests - targetRevision: HEAD - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true