Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 286 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 286 Bytes

Operator SDK Makefiles

Makifiles for Operator SDK operators:

  • put them in ``hack/mk/`
  • rename operator sdk Makefile to Makefile-dist.mk
  • define a new Makefile. Ex:
OPERATOR_SHORTNAME ?= lms-moodle
VERSION ?= 0.0.2
OPERATOR_TYPE ?= go

include hack/mk/main.mk