We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955f39a commit 088fa4aCopy full SHA for 088fa4a
k8s/helm.md
@@ -462,7 +462,7 @@ dependencies:
462
在创建多个共享许多相同模板的类似chart。对于这些情况,可以使用库chart。
463
464
库chart在概念上类似于软件库。它们提供了可重用的功能,这些功能可以被导入并由其他chart使用,但它们本身不能被安装。
465
-使用helm create创建新的库chart时,第一步是删除templates目录和values.yaml文件,因为二者都不会被使用。然后,你需要告诉Helm这是一个库chart。在Chart.
+使用helm create创建新的库chart时,第一步是删除templates目录和values.yaml文件,因为二者都不会被使用。然后,你需要告诉Helm这是一个库chart。在Chart。
466
```yaml
467
apiVersion: v2
468
name: mylib
0 commit comments