addon-operator icon indicating copy to clipboard operation
addon-operator copied to clipboard

Allow use the external chart for module

Open diafour opened this issue 5 years ago • 0 comments

The module can have no templates directory and have dependencies in Chart.yaml. The problem is that addon-operator construct values for helm in this form:

global:
  globalKey1: ...
  globalKey2: ...
  ...
moduleNameInCamelCase:
  moduleKey1: ...
  moduleKey2: ...

But external chart does not "expect" values in this form. Should we define values transformation in module.yaml (#39) or there is a better solution for this problem?

diafour avatar Nov 27 '20 18:11 diafour