Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technosophos/helm-min-starter
A minimal Helm starter
https://github.com/technosophos/helm-min-starter
helm helm-charts kubernetes
Last synced: 3 months ago
JSON representation
A minimal Helm starter
- Host: GitHub
- URL: https://github.com/technosophos/helm-min-starter
- Owner: technosophos
- License: other
- Created: 2017-04-05T19:05:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T19:20:55.000Z (almost 8 years ago)
- Last Synced: 2023-04-17T23:08:57.998Z (almost 2 years ago)
- Topics: helm, helm-charts, kubernetes
- Homepage:
- Size: 2.93 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# The Min Helm Starter
This is a minimal starter for Helm. To install it, clone this repository
into `$(helm home)/starters/min`.```console
$ git clone https://github.com/technosophos/helm-min-starter.git $(helm home)/starters/min2
```To use this, run `helm create --starter min myChart`.