cli icon indicating copy to clipboard operation
cli copied to clipboard

create module: detect charts in operators

Open clebs opened this issue 2 years ago • 0 comments

Description

The scaffolding provides 2 folders charts and operators. All charts should be placed in the charts folder but often operators will contain auto-generated charts.

To avoid manual work of moving the charts from operators to charts, we need to detect the charts and copy them over to the right place.

Reasons

  • Lower barrier of entry -> better adoption
  • Avoid extra steps and possible mistakes in the module development.

Attachments Current workaround on Make to copy the charts: template operator Makefile

clebs avatar Aug 31 '22 08:08 clebs