File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ DevStream 可以简单地以 **local** 作为 Backend,也就是将状态保存
8383
8484下文将以 ` local ` Backend 为例演示。
8585
86- 在编写 ` gitlab-ce-docker ` 、 ` jenkins ` 和 ` harbor ` 三个插件的配置文件之前 ,你需要先定义一些变量,这会让工具的配置和维护变得更加简单 :
86+ 在编写 ` gitlab-ce-docker ` 和 ` helm-installer ` (用户安装 Jenkins 和 Harbor)这两个插件的配置文件之前 ,你需要先定义一些变量,这会让后续的配置和维护工作变得更加简单 :
8787
8888``` yaml title="config-tools.yaml"
8989config :
@@ -291,7 +291,7 @@ Stdout: 34cdd2a834a1c21be192064eacf1e29536ff45c52562956b97d6d376a5dae11b
291291
292292` ` ` sh
293293docker exec -it gitlab bash
294- echo "44.33.22.11 gitlab .example.com" >> /etc/hosts
294+ echo "44.33.22.11 jenkins .example.com" >> /etc/hosts
295295exit
296296` ` `
297297
@@ -399,7 +399,7 @@ pipelineTemplates:
399399 enableRestart: true
400400 imageRepo:
401401 user: admin
402- url: http:// [[ harborURL ]]/library
402+ url: [[ harborURL ]]/library
403403` ` `
404404
405405可以看到这里的状态配置换成了 devstream-app.state,这里需要保证和前面 tools 所使用的状态文件不是同一个。
You can’t perform that action at this time.
0 commit comments