https://github.com/halkeye/helm-chart-starter
https://github.com/halkeye/helm-chart-starter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halkeye/helm-chart-starter
- Owner: halkeye
- License: mit
- Created: 2020-09-14T04:52:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T06:34:18.000Z (about 2 years ago)
- Last Synced: 2025-03-23T22:16:35.847Z (2 months ago)
- Language: Mustache
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Chart Starter
## Project Outline
### Project Goals
Make it simple to produce the necessary boilerplate for Kubernetes helm charts
### Similar Work
https://github.com/sitewards/helm-chart
https://github.com/kubernetes/helm/blob/master/pkg/chartutil/create.go### Summary
* License: MIT
* Language: en-CA## Installation
```bash
$ git clone https://github.com/halkeye/helm-chart-starter ${HOME}/.local/share/helm/starters/halkeye/charts
```## Updates
If you need to fetch the newer version, cd into the directory and run the git pull.
```bash
$ cd ${HOME}/.local/share/helm/starters/halkeye/charts
$ git pull
```## Usage
Helm allows the usage of a "template" chart when creating other charts, as follows:
```bash
$ helm create ${CHART_NAME} --starter=halkeye/chart
```## Placeholders
* ``: The reference of the chart of the form `/a-z/` e.g. `linkerd`.