mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
E2E: default kubeconfig location to ${HOME}/.kube/config
Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@intel.com>
This commit is contained in:
parent
1accbbf337
commit
39813e7a73
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…
Reference in a new issue