🔧 Fix the recently added Makefile rules

This commit is contained in:
M. Mert Yildiran
2023-07-30 04:29:05 +03:00
parent 3aed354ab8
commit a0313e9e5a

View File

@@ -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