mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Makefile: set default deployment ns to node-feature-discovery
Change the default namespace used in deployment yamls from 'kube-system' to 'node-feature-discovery'. Sync with what the templates have. Also, this should be a safer and more desirable default for people just trying out node-feature-discovery.
This commit is contained in:
parent
0896223c69
commit
5d4484a1d9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ IMAGE_REPO := $(IMAGE_REGISTRY)/$(IMAGE_NAME)
|
|||
IMAGE_TAG := $(IMAGE_REPO):$(IMAGE_TAG_NAME)
|
||||
IMAGE_EXTRA_TAGS := $(foreach tag,$(IMAGE_EXTRA_TAG_NAMES),$(IMAGE_REPO):$(tag))
|
||||
|
||||
K8S_NAMESPACE ?= kube-system
|
||||
K8S_NAMESPACE ?= node-feature-discovery
|
||||
|
||||
# We use different mount prefix for local and container builds.
|
||||
# Take CONTAINER_HOSTMOUNT_PREFIX from HOSTMOUNT_PREFIX if only the latter is specified
|
||||
|
|
Loading…
Reference in a new issue