Skip to content

Commit

Permalink
fix: updated path to observability folder (#780)
Browse files Browse the repository at this point in the history
Fixes #779
  • Loading branch information
sudiptob2 committed Feb 7, 2023
1 parent fd3e2b0 commit f2f09ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/sample-app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ GRAFANA_PORT_FORWARD ?= 3000

.PHONY: install
install:
make -C ../observability install
make -C ../support/observability install

.PHONY: port-forward-jaeger
port-forward-jaeger:
make -C ../observability port-forward-jaeger
make -C ../support/observability port-forward-jaeger

.PHONY: port-forward-grafana
port-forward-grafana:
make -C ../observability port-forward-grafana GRAFANA_PORT_FORWARD=$(GRAFANA_PORT_FORWARD)
make -C ../support/observability port-forward-grafana GRAFANA_PORT_FORWARD=$(GRAFANA_PORT_FORWARD)

.PHONY: deploy-version-1
deploy-version-1:
Expand All @@ -41,4 +41,4 @@ undeploy-podtatohead:

.PHONY: uninstall
uninstall: undeploy-podtatohead
make -C ../observability uninstall
make -C ../support/observability uninstall

0 comments on commit f2f09ea

Please sign in to comment.