We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9266f commit d290bb2Copy full SHA for d290bb2
1 file changed
controller/bin/boot
@@ -42,7 +42,7 @@ until confd -onetime -node $ETCD -config-file /app/confd.toml 2>/dev/null; do
42
done
43
44
# wait for confd to populate all values
45
-while grep -q '<no value>' /etc/nginx/nginx.conf; do
+while grep -q '<no value>' /templates/confd_settings.py; do
46
echo "controller: waiting for confd to write all values..."
47
confd -onetime -node $ETCD -config-file /app/confd.toml 2>/dev/null
48
sleep $(($ETCD_TTL/2)) # sleep for half the TTL
0 commit comments