Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

redhat-developer/devconsole-git

Repository files navigation

devconsole-git

This service provides functionality for communications with git providers in DevConsole

Pre-requisites

To Download Dependencies

make deps

Build

make build

Clean

make clean

Deploy the operator in dev mode

  • 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 reuse openshift's imagestreams for build, we need to access all namespaces.

Deploy the operator with Deployment yaml

  • 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

About

This service provides functionality for communications with git providers in the OpenShift DevConsole

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published