Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 287 Bytes

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