From 201c95bffcc60e9e5e72e975ad5c746fa0467f35 Mon Sep 17 00:00:00 2001 From: rohow Date: Thu, 22 Jan 2026 22:47:13 +0800 Subject: [PATCH] fix(gitea): correct indentation for network configuration in helmchart-actions.yaml --- apps/infra/devops/gitea/helmchart-actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/infra/devops/gitea/helmchart-actions.yaml b/apps/infra/devops/gitea/helmchart-actions.yaml index a738c56..990ec23 100644 --- a/apps/infra/devops/gitea/helmchart-actions.yaml +++ b/apps/infra/devops/gitea/helmchart-actions.yaml @@ -22,8 +22,8 @@ spec: container: require_docker: true docker_timeout: 300s - # 使用bridge网络模式,解决mtu问题 - network: bridge + # 使用bridge网络模式,解决mtu问题 + network: bridge dind: # 挂载dind docker配置文件,解决mtu带来的网络问题 extraVolumeMounts: