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

https://github.com/fhightower/helm-chart-lab

A place for experimenting with helm charts.
https://github.com/fhightower/helm-chart-lab

Last synced: 5 months ago
JSON representation

A place for experimenting with helm charts.

Awesome Lists containing this project

README

          

# Helm Chart Lab

A lab for experimenting with Helm charts.

## Usage

Start a docker container with:

```shell
docker-compose run --rm dev
```

Generate a template with:

```shell
helm template mychart
```