diff --git a/Makefile b/Makefile index 2ee3ad262..28a3ef849 100644 --- a/Makefile +++ b/Makefile @@ -124,19 +124,19 @@ exec: kubectl exec --stdin --tty $$(kubectl get pods | awk '$$1 ~ /^$(EXEC_POD_PREFIX)/' | awk 'END {print $$1}') -- /bin/sh helm-install: - helm install kubeshark . + cd helm-chart && helm install kubeshark . && cd .. helm-uninstall: helm uninstall kubeshark helm-install-debug: - helm install kubeshark . --set tap.debug=true + cd helm-chart && helm install kubeshark . --set tap.debug=true && cd .. helm-install-debug-canary: - helm install kubeshark . --set tap.debug=true --set tap.docker.tag=canary + cd helm-chart && helm install kubeshark . --set tap.debug=true --set tap.docker.tag=canary && cd .. helm-install-debug-dev: - helm install kubeshark . --set tap.debug=true --set tap.docker.tag=dev + cd helm-chart && helm install kubeshark . --set tap.debug=true --set tap.docker.tag=dev && cd .. proxy: kubeshark proxy