Skip to content

Commit c02dbf3

Browse files
committed
添加devops文章
1 parent 4be0753 commit c02dbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/66.devops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ $ helm repo add course https://registry.qikqiak.com/chartrepo/course --username=
617617
"course" has been added to your repositories
618618
```
619619

620-
这里的 repo 的地址是**<Harbor URL>/chartrepo/<Harbor中项目名称>**,Harbor 中每个项目是分开的 repo,如果不提供项目名称,则默认使用`library`这个项目。
620+
这里的 repo 的地址是`<Harbor URL>/chartrepo/<Harbor中项目名称>`,Harbor 中每个项目是分开的 repo,如果不提供项目名称,则默认使用`library`这个项目。
621621

622622
> 需要注意的是如果你的 Harbor 是采用的自建的 https 证书,这里就需要提供 ca 证书和私钥文件了,否则会出现证书校验失败的错误`x509: certificate signed by unknown authority`。我们这里是通过`cert-manager`为 Harbor 提供的一个信任的 https 证书,所以没有指定 ca 证书相关的参数。
623623

0 commit comments

Comments
 (0)