From 405386d8e988e9d9eb1ff5a84260a7242e159e74 Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Wed, 7 Aug 2024 15:57:10 +0100 Subject: [PATCH] fix: add prometheus operator CRDs --- bootstrap/argo-cd/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/argo-cd/kustomization.yaml b/bootstrap/argo-cd/kustomization.yaml index 60a5ba3..46621dd 100644 --- a/bootstrap/argo-cd/kustomization.yaml +++ b/bootstrap/argo-cd/kustomization.yaml @@ -57,6 +57,8 @@ replicas: count: 3 resources: + # Prometheus operator CRDs + - https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.2/bundle.yaml - https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.6/manifests/ha/install.yaml - manifests/ingress.yaml - manifests/service-monitors.yaml