Uploaded image for project: 'Kubernetes Helm Charts for XWiki'
  1. Kubernetes Helm Charts for XWiki
  2. HELM-89

incorrect values key used for mariadb hibernate configuration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • 1.5.0
    • None
    • Unknown

    Description

      In file charts/xwiki/templates/initialization-configmaps.yaml, line 306 it is checking if the selected database type is mariadb to setup some configurations for hibernate.cfg.xml

      {{-  else if or .Values.mariadb.enabled (eq .Values.mariadb.type "mariadb") }}

      Should be

      {{-  else if or .Values.mariadb.enabled (eq .Values.externalDB.type "mariadb") }}

      Current workaround is to set mariadb.type to "mariadb".

      Attachments

        Activity

          People

            Unassigned Unassigned
            tngd Tiago Dionizio
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: