自动发布 Chart 并托管到 Github Pages
项目结构
在仓库根目录下创建 charts
目录,然后在该目录下开发所需要的 chart,如:
.
├── charts
│ └── mychart
│ ├── Chart.yaml
│ ├── templates
│ │ ├── deployment.yaml
│ │ ├── _helpers.tpl
│ │ └── service.yaml
│ └── values.yaml