updating helm/docker files and database config files
[it/otf.git] / otf-helm / otf / charts / databases / charts / mongodb / scripts / init_db.sh
diff --git a/otf-helm/otf/charts/databases/charts/mongodb/scripts/init_db.sh b/otf-helm/otf/charts/databases/charts/mongodb/scripts/init_db.sh
deleted file mode 100644 (file)
index a3ebcde..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash\r
-\r
-sleep 10;\r
-mongoimport -c=users -d=otf --mode=upsert --username=otfuser --password=Today.123 --file=/data/scripts/users.json\r
-mongoimport -c=users -d=otf --mode=upsert --username=otfuser --password=Today.123 --file=/data/scripts/groups.json\r