From b27e07c992172bc4aef172a32f909794df7bcddf Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Fri, 31 Oct 2025 11:32:10 +1000 Subject: [PATCH] forge: try gitea path Signed-off-by: Ryan Lerch --- roles/openshift-apps/forgejo/templates/values.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/forgejo/templates/values.yaml.j2 b/roles/openshift-apps/forgejo/templates/values.yaml.j2 index e1acba0eaf..fce3b15fe5 100644 --- a/roles/openshift-apps/forgejo/templates/values.yaml.j2 +++ b/roles/openshift-apps/forgejo/templates/values.yaml.j2 @@ -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: []