From 011ae4586525d4b38b4bc7069428327bc6307efa Mon Sep 17 00:00:00 2001 From: Patrik Majer Date: Thu, 2 Jan 2025 22:28:04 +0100 Subject: [PATCH] fix CRD for prometheus --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e37468..a4b3c2f 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ kx-kind: .PHONY: kind-install-crds kind-install-crds: # fix prometheus-operator's CRDs - kubectl apply -f https://raw.githubusercontent.com/prometheus-community/helm-charts/main/charts/kube-prometheus-stack/crds/crd-servicemonitors.yaml + kubectl apply -f https://raw.githubusercontent.com/prometheus-community/helm-charts/refs/heads/main/charts/kube-prometheus-stack/charts/crds/crds/crd-servicemonitors.yaml # for keptn kubectl apply -f keptn/crd-istio-destinationrules.yaml \ -f keptn/crd-istio-virtualservices.yaml