diff --git a/roles/koji_builder/templates/runroot.conf.j2 b/roles/koji_builder/templates/runroot.conf.j2 index 05e1813ef4..72efb3f377 100644 --- a/roles/koji_builder/templates/runroot.conf.j2 +++ b/roles/koji_builder/templates/runroot.conf.j2 @@ -8,7 +8,7 @@ default_mounts = /mnt/koji {% elif env == 'staging' %} ; In staging we also need the production split volume -default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji +default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji,/etc/kojid/secrets {% endif %} ; comma-delimited list of safe roots. @@ -52,8 +52,8 @@ options = ro,bind ; Directory for secrets to be used by certain builds [path3] -mountpoint = /etc/kojid/secrets/ -path = /etc/kojid/secrets/ +mountpoint = /etc/kojid/secrets +path = /etc/kojid/secrets fstype = bind options = ro,bind {% endif %}