forge: try gitea path

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2025-10-31 11:32:10 +10:00
parent cc59472cc1
commit b27e07c992

View File

@@ -340,7 +340,7 @@ extraVolumes: []
{% if env == "staging" %}
extraContainerVolumeMounts:
- name: custom-theme-vol
mountPath: /data/forgejo/public/assets/css
mountPath: /data/gitea/public/assets/css
readOnly: true
{% else %}
extraContainerVolumeMounts: []