From 6e07d9cbf9cc6fe1fb56f8120e55be6377d8d00d Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 25 Jun 2025 06:19:08 +0300 Subject: [PATCH] Remove rancher-monitoring-crd --- argocd-apps/rancher-monitoring-crd.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 argocd-apps/rancher-monitoring-crd.yaml 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