Skip to content

Commit 088fa4a

Browse files
添加helm处理通知
1 parent 955f39a commit 088fa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ dependencies:
462462
在创建多个共享许多相同模板的类似chart。对于这些情况,可以使用库chart。
463463

464464
库chart在概念上类似于软件库。它们提供了可重用的功能,这些功能可以被导入并由其他chart使用,但它们本身不能被安装。
465-
使用helm create创建新的库chart时,第一步是删除templates目录和values.yaml文件,因为二者都不会被使用。然后,你需要告诉Helm这是一个库chart。在Chart.
465+
使用helm create创建新的库chart时,第一步是删除templates目录和values.yaml文件,因为二者都不会被使用。然后,你需要告诉Helm这是一个库chart。在Chart
466466
```yaml
467467
apiVersion: v2
468468
name: mylib

0 commit comments

Comments
 (0)