Skip to content

Commit eea1f04

Browse files
committed
Merge pull request #1070 from deis/controller-loop-fix
fix(controller): revert "<no value>" polling target to confd_settings.py
2 parents e082586 + d290bb2 commit eea1f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ until confd -onetime -node $ETCD -config-file /app/confd.toml 2>/dev/null; do
4242
done
4343

4444
# wait for confd to populate all values
45-
while grep -q '<no value>' /etc/nginx/nginx.conf; do
45+
while grep -q '<no value>' /templates/confd_settings.py; do
4646
echo "controller: waiting for confd to write all values..."
4747
confd -onetime -node $ETCD -config-file /app/confd.toml 2>/dev/null
4848
sleep $(($ETCD_TTL/2)) # sleep for half the TTL

0 commit comments

Comments
 (0)