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