diff --git a/argocd-apps/rancher-monitoring-crd.yaml b/argocd-apps/rancher-monitoring-crd.yaml deleted file mode 100644 index 8535fe0..0000000 --- a/argocd-apps/rancher-monitoring-crd.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: rancher-monitoring-crd - namespace: argocd -spec: - project: operators - source: - repoURL: https://git.dvirlabs.com/dvirlabs/infra.git - targetRevision: HEAD - path: charts/rancher-monitoring-crd - helm: - valueFiles: - - ../../manifests/rancher-monitoring-crd/values.yaml - destination: - server: https://kubernetes.default.svc - namespace: operators - syncPolicy: - automated: - prune: true - selfHeal: true