Skip to content

Commit b90db6b

Browse files
committed
Fix namespace usage for k8s rules
1 parent 9c7d065 commit b90db6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NS ?= default
55
OUT ?= wide
66

77
DOCKER := docker compose -f $(COMPOSE) --profile $(ENV)
8-
KUBECTL := kubectl --kubeconfig $(KUBECONFIG)
8+
KUBECTL := kubectl --kubeconfig $(KUBECONFIG) -n $(NS)
99
TYPE := type > /dev/null
1010
YQ := docker run -i --rm -v $(PWD):/workdir mikefarah/yq
1111

0 commit comments

Comments
 (0)