From ebebbfbe7168e83027d6ef7b598babe141ef33b2 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Wed, 15 Oct 2025 14:21:41 +0530 Subject: [PATCH] remove timezone mount --- clusters/default/git-ops/gitea/gitea.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clusters/default/git-ops/gitea/gitea.yml b/clusters/default/git-ops/gitea/gitea.yml index d16927a..3fa85da 100644 --- a/clusters/default/git-ops/gitea/gitea.yml +++ b/clusters/default/git-ops/gitea/gitea.yml @@ -54,15 +54,9 @@ spec: volumeMounts: - name: gitea-data mountPath: /data - - name: timezone - mountPath: /etc/timezone - name: localtime mountPath: /etc/localtime volumes: - - name: timezone - hostPath: - path: /etc/timezone - type: File - name: localtime hostPath: path: /etc/localtime