Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Build helm chart generator taking following inputs (values.yaml) and templates to generate chart package and perform lint for consolidated charts.

Templates:


(Include dependent charts along with main chart so that the validation can be done)

                Helm lint (checks for syntax) – Initial validation can be just done with lint.

                Validation needs to be configured (default – enabled and can be disabled)


2. Separate Values.yaml into separate templates and verify dynamic values.yaml generation (and parameter substitution)

Configuration/parameters required common across MS

Configuration/parameters to be templatized and values sourced from ComponentSpec

Optional configuration/parameters to be templatized and included based on flags/properties from ComponentSpec

The generator must consolidate these separate base values.template and created required values.yaml

...

18. Provide REST interface to support HELM generation

Attached is the draft use cases for Helm Generator 

View file
nameMOD-HelmGenerator-Usecase_v0.2.docx
height250


REQUIREMENTS

Attached is the draft requirements for Helm Generator

...