summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-03-03 00:15:08 +0000
committerGerrit Code Review <review@openstack.org>2022-03-03 00:15:08 +0000
commit5aa8cd8cebe4f0f979e1f2d855bc8bbde5f7b30d (patch)
treedcea2964ee4146cdeaf55fd0445479c3b3b89f25 /doc
parent391a3d58b4f6b91758353f4a5ad12d5044400df6 (diff)
parent5152d2c78db834c05e5e3d46b46515248288981a (diff)
downloadzuul-5aa8cd8cebe4f0f979e1f2d855bc8bbde5f7b30d.tar.gz
Merge "Annotate variable interpolation in the tutorial zuul.conf"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/examples/etc_zuul/zuul.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/examples/etc_zuul/zuul.conf b/doc/source/examples/etc_zuul/zuul.conf
index 4273a6e10..3901ec364 100644
--- a/doc/source/examples/etc_zuul/zuul.conf
+++ b/doc/source/examples/etc_zuul/zuul.conf
@@ -26,6 +26,9 @@ driver=git
baseurl=https://opendev.org
[database]
+# Use variable interpolation to supply the password from the
+# docker-compose file.
+# https://zuul-ci.org/docs/zuul/latest/configuration.html
dburi=mysql+pymysql://zuul:%(ZUUL_MYSQL_PASSWORD)s@mysql/zuul
[web]