Skip to content

Commit

Permalink
Merge pull request #40 from projectsyn/fix/kubent-args
Browse files Browse the repository at this point in the history
Update kubent args for latest version of kubent
  • Loading branch information
simu authored Jan 20, 2023
2 parents f51b186 + 7cfc3aa commit 9b8f306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.slug }}/Makefile.vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ JB_CMD ?= $(DOCKER_CMD) $(DOCKER_ARGS) --entrypoint /usr/local/bin/jb do
GOLDEN_FILES ?= $(shell find tests/golden/$(instance) -type f)

KUBENT_FILES ?= $(shell echo "$(GOLDEN_FILES)" | sed 's/ /,/g')
KUBENT_ARGS ?= -c=false --helm2=false --helm3=false -e
KUBENT_ARGS ?= -c=false --helm3=false -e
KUBENT_IMAGE ?= ghcr.io/doitintl/kube-no-trouble:latest
KUBENT_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=/app/kubent $(KUBENT_IMAGE)
{%- endif %}
Expand Down

0 comments on commit 9b8f306

Please sign in to comment.