This service provides functionality for communications with git providers in DevConsole
make deps
make build
make clean
- Make sure minishift is running
- In dev mode, simply run your operator locally:
make local
NOTE: To watch all namespaces,
APP_NAMESPACE
is set to empty string. If a specific namespace is provided only that project will watched. As we reuseopenshift
's imagestreams for build, we need to access all namespaces.
- Make sure minishift is running
- To deploy all necessary objects including the operator yaml file run:
make deploy-all
- Clean previously created resources
make clean-resources