updating helm/docker files and database config files
[it/otf.git] / otf-helm / otf / charts / databases / charts / mongodb / templates / configmap.yaml
diff --git a/otf-helm/otf/charts/databases/charts/mongodb/templates/configmap.yaml b/otf-helm/otf/charts/databases/charts/mongodb/templates/configmap.yaml
deleted file mode 100644 (file)
index eefbba9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-apiVersion: v1\r
-kind: ConfigMap\r
-metadata:\r
-  name : {{ .Values.global.mongodb.appName }}-init-scripts\r
-\r
-data:\r
-  {{- $files := .Files }}\r
-  {{- range $key, $value := .Files }}\r
-  {{- if hasPrefix "scripts/" $key }} {{/* only when in scripts/ */}}\r
-  {{ $key | trimPrefix "scripts/" }}: {{ $files.Get $key | quote }} {{/* adapt $key as desired */}}\r
-  {{- end }}\r
-  {{- end }}\r