Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yandongxiao/helm-chart-demo
https://github.com/yandongxiao/helm-chart-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yandongxiao/helm-chart-demo
- Owner: yandongxiao
- Created: 2023-06-14T09:35:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T04:40:53.000Z (8 months ago)
- Last Synced: 2024-05-21T05:43:31.057Z (8 months ago)
- Language: Smarty
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-chart
## helm的chart仓库地址为:https://yandongxiao.github.io/helm-chart-demo
## 本Chart仓库的使用方法
1、添加chart仓库
```
helm repo add myrepo https://yandongxiao.github.io/helm-chart-demo
```2、安装chart包
```
helm install xxx myrepo/test
```xxx为relaese名字
3、将该 helm chart 发布到 artifacthub.io 上。作为 Verified Publisher,需要添加`arrifacthub-repo.yaml`文件到仓库根目录。