Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 287 Bytes

development.md

File metadata and controls

11 lines (10 loc) · 287 Bytes

Development

To run the operator locally without creating any new image:

  • You can run the operator locally watching all namespaces (default behaviour):
make run
  • Or watching a specific namespace using envvar WATCH_NAMESPACE:
make run WATCH_NAMESPACE=example