From cb4f6d5deae9fb393918de3a46180460f53a0bc9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 17 Sep 2025 01:24:54 +0200 Subject: [PATCH] fix initial install of prometheus (missing crds) --- helmfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helmfile.yaml b/helmfile.yaml index c51cc95..590c319 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -19,5 +19,6 @@ releases: - name: prometheus namespace: monitoring chart: prometheus-community/kube-prometheus-stack + disableValidation: true # Missing CRDs on first deploy values: - ./values/prometheus.yaml.gotmpl \ No newline at end of file