We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7d065 commit b90db6bCopy full SHA for b90db6b
Makefile
@@ -5,7 +5,7 @@ NS ?= default
5
OUT ?= wide
6
7
DOCKER := docker compose -f $(COMPOSE) --profile $(ENV)
8
-KUBECTL := kubectl --kubeconfig $(KUBECONFIG)
+KUBECTL := kubectl --kubeconfig $(KUBECONFIG) -n $(NS)
9
TYPE := type > /dev/null
10
YQ := docker run -i --rm -v $(PWD):/workdir mikefarah/yq
11
0 commit comments