mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-04-07 17:43:59 +00:00
Merge pull request #994 from fmuyassarov/config-defaulting
E2E: default kubeconfig location to ${HOME}/.kube/config
This commit is contained in:
commit
586bf7eefe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ else
|
|||
endif
|
||||
HOSTMOUNT_PREFIX ?= /
|
||||
|
||||
KUBECONFIG ?=
|
||||
KUBECONFIG ?= ${HOME}/.kube/config
|
||||
E2E_TEST_CONFIG ?=
|
||||
E2E_PULL_IF_NOT_PRESENT ?= false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue