diff --git a/roles/koji_builder/templates/runroot.conf.j2 b/roles/koji_builder/templates/runroot.conf.j2 index 1c5fdcbb2c..05e1813ef4 100644 --- a/roles/koji_builder/templates/runroot.conf.j2 +++ b/roles/koji_builder/templates/runroot.conf.j2 @@ -49,4 +49,11 @@ mountpoint = /mnt/fedora_koji_prod/koji path = /mnt/fedora_koji_prod/koji fstype = bind options = ro,bind + +; Directory for secrets to be used by certain builds +[path3] +mountpoint = /etc/kojid/secrets/ +path = /etc/kojid/secrets/ +fstype = bind +options = ro,bind {% endif %}