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

[Common] rendering issue of template "common.nginxIngress"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • London Release
    • London Release
    • None
    • None
    • Hide

      In case of Values.ingress.config.tls usage

      an invalid yaml file is rendered

       

      spec:
        rules:
        - host: xyz.domain.com
          http:
            paths:
            - backend:
                service:
                  name: sdnc-web
                  port:
                    number: 8080
              pathType: ImplementationSpecifictls:  <<-- missing LF
        - hosts:
          - xyz.domain.com.com
          secretName: sdnc-web-tls
       

      Remove last '-' in

      -   if $dot.Values.ingress.config.tls -
       resolves this issue

       

      Show
      In case of Values.ingress.config.tls usage an invalid yaml file is rendered   spec:   rules:   - host: xyz.domain.com     http:       paths:       - backend:           service:             name: sdnc-web             port:               number: 8080         pathType: ImplementationSpecifictls: <<-- missing LF   - hosts:     - xyz.domain.com.com     secretName: sdnc-web-tls Remove last '-' in -   if $dot.Values.ingress.config.tls -  resolves this issue  

          demskeq8 Alexander Dehn
          demskeq8 Alexander Dehn
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: