An open API service indexing awesome lists of open source software.

https://github.com/sujanks/chart-gen

Application to generate Helm chart based on given values
https://github.com/sujanks/chart-gen

helm helmchart kubernetes

Last synced: 2 months ago
JSON representation

Application to generate Helm chart based on given values

Awesome Lists containing this project

README

          

# Chart-Gen

Application to generate Helm chart based on some given values

### Example
Takes a argument as release name
```
./chart-gen release
```

Given a sample yaml, as below. It genereate helm chart with deployment, service and serviceaccount
```
sample-app.yaml #Values specific to a microservice
```