@@ -408,12 +408,12 @@ cve/check:
408408.PHONY : helm/lint
409409helm/lint : $(BIN ) /helm
410410 $(BIN ) /helm lint ./operations/pyroscope/helm/pyroscope
411- $(BIN ) /helm lint ./operations/pyroscope /helm/pyroscope-monitoring
411+ $(BIN ) /helm lint ./operations/monitoring /helm/pyroscope-monitoring
412412
413413.PHONY : helm/docs
414414helm/docs : $(BIN ) /helm-docs
415415 $(BIN ) /helm-docs -c operations/pyroscope/helm/pyroscope
416- $(BIN ) /helm-docs -c operations/pyroscope /helm/pyroscope-monitoring
416+ $(BIN ) /helm-docs -c operations/monitoring /helm/pyroscope-monitoring
417417
418418.PHONY : goreleaser/lint
419419goreleaser/lint : $(BIN ) /goreleaser
@@ -454,7 +454,7 @@ helm/check: $(BIN)/kubeconform $(BIN)/helm
454454 | go run ./tools/yaml-to-json \
455455 > ./operations/pyroscope/jsonnet/values.json
456456 # Generate dashboards and rules
457- $(BIN ) /helm template pyroscope-monitoring --show-only templates/dashboards.yaml --show-only templates/rules.yaml operations/pyroscope /helm/pyroscope-monitoring \
457+ $(BIN ) /helm template pyroscope-monitoring --show-only templates/dashboards.yaml --show-only templates/rules.yaml operations/monitoring /helm/pyroscope-monitoring \
458458 | go run ./tools/monitoring-chart-extractor
459459
460460.PHONY : deploy
@@ -476,7 +476,7 @@ deploy-micro-services-v1: $(BIN)/kind $(BIN)/helm docker-image/pyroscope/build
476476.PHONY : deploy-monitoring
477477deploy-monitoring : $(BIN ) /kind $(BIN ) /helm
478478 $(BIN ) /kind export kubeconfig --name $(KIND_CLUSTER ) || $(BIN ) /kind create cluster --name $(KIND_CLUSTER )
479- $(BIN ) /helm upgrade --install pyroscope-monitoring ./operations/pyroscope /helm/pyroscope-monitoring
479+ $(BIN ) /helm upgrade --install pyroscope-monitoring ./operations/monitoring /helm/pyroscope-monitoring
480480
481481include Makefile.examples
482482
0 commit comments