From 2aecd2a3955f067acf460785c30d9b354475a19e Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 25 Apr 2023 22:33:54 -0400 Subject: [PATCH] Change gitea volume mount --- 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 d5d25b0..03323ea 100644 --- a/cluster/apps/default/gitea/helm-release.yaml +++ b/cluster/apps/default/gitea/helm-release.yaml @@ -77,4 +77,4 @@ spec: enabled: true type: hostPath hostPath: /mnt/MainPool/Kubernetes/gitea - mountPath: /gitea \ No newline at end of file + mountPath: /data \ No newline at end of file