Skip to content

Commit

Permalink
fix CRD for prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
patma-tricentis authored and czhujer committed Jan 3, 2025
1 parent e754f26 commit 011ae45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 011ae45

Please sign in to comment.