Removing portal schema from configmap
[oom.git] / kubernetes / portal / charts / portal-mariadb / templates / configmap.yaml
index fd42fd4..fcd325d 100644 (file)
@@ -15,8 +15,8 @@
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: {{ include "common.fullname" . }}-docker-entry-initd
+  name: {{ include "common.fullname" . }}-mariadb
   namespace: {{ include "common.namespace" . }}
 data:
-{{ tpl (.Files.Glob "resources/config/mariadb/docker-entrypoint-initdb.d/*").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/mariadb/*").AsConfig . | indent 2 }}