Skip to content

Commit

Permalink
zuul-web: mount /var/lib/zuul/
Browse files Browse the repository at this point in the history
When a connection requires a SSH key, it is stored in
/var/lib/zuul/.ssh - which isn't exposed to zuul-web, resulting in
errors when the configuration is loaded.

Change-Id: Icd9333644b2f5d173316dbb9cba7ba4395925210
  • Loading branch information
mhuin authored and danpawlik committed Jun 13, 2023
1 parent 48a9190 commit 1312241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/sf-zuul/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ zuul_components:
image: "quay.io/software-factory/zuul-web-ubi:{{ zuul_container_version }}"
params: >-
{{ zuul_components_default_params }}
--volume /var/lib/zuul/:/var/lib/zuul/:z
{% if sf_zuul_web_additional_params is defined %}
{{ sf_zuul_web_additional_params }}
{% endif %}
Expand Down

0 comments on commit 1312241

Please sign in to comment.