add third party charts source

pull/160/head
TrojanY 2018-03-16 14:34:17 +08:00 committed by GitHub
parent 6ff5c44c96
commit 9ae990e1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -330,6 +330,19 @@ dependencies:
### 安装源
#####################################################################
使用第三方chat库
。添加fabric8库
$helm repo add fabric8 https://fabric8.io/helm
。搜索fabric8提供的工具主要就是fabric8-platform工具包包含了CI,CD的全套工具
$helm search fabric8
#####################################################################
我们在前面安装chart可以通过HTTP server的方式提供。
```bash
@ -634,4 +647,4 @@ helm package .
- [Go template](https://golang.org/pkg/text/template/)
- [Helm docs](https://github.com/kubernetes/helm/blob/master/docs/index.md)
- [How To Create Your First Helm Chart](https://docs.bitnami.com/kubernetes/how-to/create-your-first-helm-chart/)
- [Speed deployment on Kubernetes with Helm Chart Quick yaml example from scratch](https://www.ibm.com/blogs/bluemix/2017/10/quick-example-helm-chart-for-kubernetes/)
- [Speed deployment on Kubernetes with Helm Chart Quick yaml example from scratch](https://www.ibm.com/blogs/bluemix/2017/10/quick-example-helm-chart-for-kubernetes/)