From 4895a4089e724de294e3b1b97c9cd2e5233ca35a Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 7 Feb 2025 10:48:26 +0100 Subject: [PATCH] test --- helmfile.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/helmfile.yaml b/helmfile.yaml index d7e89ce..76e4148 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -1 +1,11 @@ -just-a-test +repositories: + - name: prometheus-community + url: https://prometheus-community.github.io/helm-charts + +releases: +- name: prom-norbac-ubuntu + namespace: prometheus + chart: prometheus-community/prometheus + set: + - name: rbac.create + value: false