mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +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:
|
yamls:
|
||||||
@./scripts/kustomize.sh $(K8S_NAMESPACE) $(IMAGE_REPO) $(IMAGE_TAG_NAME)
|
@./scripts/kustomize.sh $(K8S_NAMESPACE) $(IMAGE_REPO) $(IMAGE_TAG_NAME)
|
||||||
|
|
||||||
|
deploy: yamls
|
||||||
|
kubectl apply -k .
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
@# Need to prepend each line in the sample config with spaces in order to
|
@# Need to prepend each line in the sample config with spaces in order to
|
||||||
@# fit correctly in the configmap spec.
|
@# fit correctly in the configmap spec.
|
||||||
|
|
Loading…
Add table
Reference in a new issue