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

Charts use nsPrefix instead of release namespace

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Beijing Release
    • Beijing Release
    • None
    • None
    • beijing oom

    • OOM Sprint 9 - Beijing freeze, OOM Sprint 10 - Integration

      Out of the box you must use a namespace called onap or the release will fail.
       
      This command is broken when it should work and the charts should install into the onap-dev namespace.
       
      helm install local/onap --namespace onap-dev -f ~/workspace/onap/dev-env.yaml --name test
       
       
      values.yaml
      nsPrefix: onap
       
      deployment etc..
      apiVersion: extensions/v1beta1
      kind: Deployment
      metadata:
      name: {{ template"postgresql.fullname". }}
      namespace: {{ .Values.global.nsPrefix }}
      labels:

            jaip jaip
            mkhinda mkhinda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: