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

VID-VID mariadb pv is pointing to a wrong location

XMLWordPrintable

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

      VID mariadb pv is pointing to a wrong location:

      hostPath:
      path: {{ .Values.global.persistence.mountPath | default .Values.persistence.mountPath }}/{{ .Release.Name }}/{{ .Values.persistence.mountSubPath }}

      instead of:

      hostPath:
      path: {{ .Values.global.persistence.mountPath | default .Values.persistence.mountPath }}/{{ .Release.Namespace }}/{{ .Values.persistence.mountSubPath }}

      As a result under /dockerdata-nfs there is directory with helm release name instead of namespace.

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

              Created:
              Updated:
              Resolved: