fix(gitea): correct indentation for network configuration in helmchart-actions.yaml
这个提交包含在:
@@ -22,8 +22,8 @@ spec:
|
|||||||
container:
|
container:
|
||||||
require_docker: true
|
require_docker: true
|
||||||
docker_timeout: 300s
|
docker_timeout: 300s
|
||||||
# 使用bridge网络模式,解决mtu问题
|
# 使用bridge网络模式,解决mtu问题
|
||||||
network: bridge
|
network: bridge
|
||||||
dind:
|
dind:
|
||||||
# 挂载dind docker配置文件,解决mtu带来的网络问题
|
# 挂载dind docker配置文件,解决mtu带来的网络问题
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户