From f718379ba06c3614319d99d96f0c33a402a58ff7 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Mon, 29 Nov 2021 15:11:08 -0500 Subject: [PATCH] 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5b9b0e34e..1da08efd3 100644 --- a/Makefile +++ b/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.