Skip to content

Commit

Permalink
Fix namespace usage for k8s rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcha committed Aug 16, 2023
1 parent 9c7d065 commit b90db6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NS ?= default
OUT ?= wide

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

Expand Down

0 comments on commit b90db6b

Please sign in to comment.