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.
- Host: GitHub
- URL: https://github.com/fhightower/helm-chart-lab
- Owner: fhightower
- Created: 2021-10-13T20:13:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T18:44:19.000Z (over 4 years ago)
- Last Synced: 2025-04-20T01:58:27.153Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```