From 013893910310c56bb9d788eace7d9eb094e52d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 26 Oct 2024 22:30:24 +0200 Subject: [PATCH] remove prometheus prometheu should be installed centrally --- helmfile/helmfile.yaml.gotmpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/helmfile/helmfile.yaml.gotmpl b/helmfile/helmfile.yaml.gotmpl index 2120cf1..34e6f84 100644 --- a/helmfile/helmfile.yaml.gotmpl +++ b/helmfile/helmfile.yaml.gotmpl @@ -11,8 +11,6 @@ environments: - ./environments/production.yaml.gotmpl --- repositories: - - name: prometheus-community - url: https://prometheus-community.github.io/helm-charts - name: ocelot-social url: git+https://github.com/Ocelot-Social-Community/Ocelot-Social@deployment/hetzner/helmfile/ocelot-social?ref=hetzner @@ -20,10 +18,6 @@ apiVersions: - monitoring.coreos.com/v1 releases: - - name: prometheus - namespace: monitoring - chart: prometheus-community/kube-prometheus-stack - - name: ocelot-social namespace: {{ .StateValues.namespace }} chart: ocelot-social/ocelot-social