.PHONY: run-local
run-local:
@echo Installing the operator in a cluster and run it locally:
- export OPERATOR_NAME=mobile-security-service-operator
- export APP_NAMESPACES=${APP_NAMESPACE} # fixme - it is not working by make command
- make create-all
- operator-sdk up local --namespace=${NAMESPACE}