From 155b0f69ebc0f2d7a4f7803534277ca889c24c3f Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 24 May 2024 20:02:29 -0400 Subject: [PATCH] Add prometheus helmrepo --- base/prometheus/promehteus-helmrepo.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 base/prometheus/promehteus-helmrepo.yaml diff --git a/base/prometheus/promehteus-helmrepo.yaml b/base/prometheus/promehteus-helmrepo.yaml new file mode 100644 index 0000000..121a598 --- /dev/null +++ b/base/prometheus/promehteus-helmrepo.yaml @@ -0,0 +1,8 @@ +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: HelmRepository +metadata: + name: prometheus-community + namespace: flux-system +spec: + interval: 1m + url: https://prometheus-community.github.io/helm-charts