Your own Infrastructure selfservice for Devops !
To install the operator to your cluster just run the following command :
make && make install
Unitstest are build for minikube in a local environment :
minikube start
make test
make clean