From 59c35ae0c350eb2cfcd38a037d4b27fd46caf214 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 6 Jun 2022 02:16:17 +0200 Subject: [PATCH] f --- apps/templates/prometheus.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 apps/templates/prometheus.yaml diff --git a/apps/templates/prometheus.yaml b/apps/templates/prometheus.yaml deleted file mode 100644 index c10e285..0000000 --- a/apps/templates/prometheus.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: prometheus - namespace: argo-cd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: default - project: default - source: - chart: prometheus - helm: - values: | - pushgateway: - enabled: false - repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 15.6.0 - syncPolicy: - automated: - prune: true - selfHeal: true