From 8e86d47f4c606d76d35abed8494067ee71917da8 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 3 Jun 2023 14:17:25 -0400 Subject: [PATCH] make changes for upgrading from standard gitea image --- cluster/apps/default/gitea/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/default/gitea/helm-release.yaml b/cluster/apps/default/gitea/helm-release.yaml index 14544f35..512541f6 100644 --- a/cluster/apps/default/gitea/helm-release.yaml +++ b/cluster/apps/default/gitea/helm-release.yaml @@ -81,7 +81,7 @@ spec: enabled: true type: hostPath hostPath: /mnt/MainPool/Kubernetes/gitea - mountPath: /data + mountPath: /var/lib/gitea podSecurityContext: runAsNonRoot: true