Skip to content

Commit

Permalink
makefile: Add make deploy rule
Browse files Browse the repository at this point in the history
After #667
adding a rule for also deploying NFD is encouraged.

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
  • Loading branch information
ArangoGutierrez committed Nov 29, 2021
1 parent ffe12cb commit f718379
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -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.
Expand Down

0 comments on commit f718379

Please sign in to comment.