Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-3208

Improve Helm Chart Verifiication

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Montreal Release
    • None
    • charts

      Helm chart compilation and 'helm template' execution does not find chart errors, like doubled entries,...
      One possibility to improve the chart verification is to use "kustomize" with the generated helm tempate, e.g.:

      helm template cds tnap-helmcharts/cds  --version "12.0.0" --values values-global-servicemesh.yaml -n onap --include-crds > all.yaml
      kustomize create --resources ./all.yaml
      kustomize build . > done.yaml
      

      Add the procedure e.g. to the Makefile and finally to the jenkins job

            andreasgeissler Andreas Geissler
            andreasgeissler Andreas Geissler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: