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". |