Skip to content

Commit d290bb2

Browse files
committed
fix(controller): revert "<no value>" polling target to confd_settings.py
1 parent 0d9266f commit d290bb2

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)