We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc0a61 commit 4b86cfbCopy full SHA for 4b86cfb
1 file changed
rootfs/bin/boot
@@ -64,15 +64,6 @@ etcd_safe_mkdir /deis/services
64
etcd_safe_mkdir /deis/platform
65
ETCD_PATH=/deis/platform etcd_set_default domain localhost
66
67
-# run etcd data migrations
68
-echo "controller: running etcd data migrations..."
69
-for script in /app/migrations/data/*.sh;
70
-do
71
- # shellcheck disable=SC1090
72
- . "$script";
73
-done
74
-echo "controller: done running etcd data migrations."
75
-
76
# wait for confd to run once and install initial templates
77
until confd -onetime -node "$ETCD" --confdir /app --log-level error; do
78
echo "controller: waiting for confd to write initial templates..."
0 commit comments