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