h4. What Export APP_NAMESPACE when the command make run-local is executed
Following the need.
NOTE: If we execute outsite of the make / in the terminal it works. Shows be related to: https://askubuntu.com/questions/53177/bash-script-to-set-environment-variables-not-working {code:java} .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} {code}
|
|