We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4340f64 commit 5246753Copy full SHA for 5246753
1 file changed
database/bin/boot
@@ -48,6 +48,10 @@ etcd_set_default password ${PG_USER_PASS:-changeme123}
48
etcd_set_default name ${PG_USER_DB:-deis}
49
etcd_set_default bucketName ${BUCKET_NAME}
50
51
+# stub out the confd reload script before it gets templated
52
+echo '#!/bin/sh' > /usr/local/bin/reload
53
+chmod 0755 /usr/local/bin/reload
54
+
55
# wait for confd to run once and install initial templates
56
until confd -onetime -node $ETCD -confdir /app --interval 5 --quiet; do
57
echo "database: waiting for confd to write initial templates..."
0 commit comments