mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
makefile: Add make deploy rule
After https://github.com/kubernetes-sigs/node-feature-discovery/pull/667 adding a rule for also deploying NFD is encouraged. Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
This commit is contained in:
parent
ffe12cb1e4
commit
f718379ba0
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -89,6 +89,9 @@ image: yamls
|
|||
yamls:
|
||||
@./scripts/kustomize.sh $(K8S_NAMESPACE) $(IMAGE_REPO) $(IMAGE_TAG_NAME)
|
||||
|
||||
deploy: yamls
|
||||
kubectl apply -k .
|
||||
|
||||
templates:
|
||||
@# Need to prepend each line in the sample config with spaces in order to
|
||||
@# fit correctly in the configmap spec.
|
||||
|
|
Loading…
Reference in a new issue