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

Apply standard convention across the "template deployment YML" file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: High High
    • Beijing Release
    • None
    • None

      As we observed, the "Template deployment YML" files don't have standardized convention across the "key value" pairs as referred below.

      Missing quotes:

      Expected:

      image: "{{ .Values.image.sdnc }}"

      Actual: 

      image: {{ .Values.image.sdnc }}

      PFA file sdnc-deployment.yaml and it is available in "oom/kubernetes/sdnc/templates" path. 

      This YAML parsing has the issue and we need all the values in the doubel quotes (") for better parsing. This exists across all the component YML files (SDNC, SO, APPC, etc.).

      This has not been maintained across the YML file and we need to upstream this change and standardize it. Doing this will increase the readability of the key value pairs.

       

            parvezb parvezb
            parvezb parvezb
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: