Skip to content

Commit

Permalink
makefile:chore - added install operator command
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Martins <nathan.martins@zup.com.br>
  • Loading branch information
nathanmartinszup committed Dec 13, 2021
1 parent 626d6b7 commit de21555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de21555

Please sign in to comment.