From de21555a9585b7c7b90ec79f8d6073e6f871a401 Mon Sep 17 00:00:00 2001 From: Nathan Martins Date: Fri, 10 Dec 2021 14:46:21 -0300 Subject: [PATCH] makefile:chore - added install operator command Signed-off-by: Nathan Martins --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c51a963b..913e918a 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,9 @@ up-sample: # Up all dev dependencies kubernetes chmod +x ./config/samples/sample_install_dependencies.sh ./config/samples/sample_install_dependencies.sh +install-operator: # Install local operator yaml + kubectl apply -k config/default + apply-sample: # Apply yaml in kubernetes kubectl apply -f ./config/samples/install_v2alpha1_horusecplatform.yaml