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

https://github.com/helm/examples

Helm chart repository for example charts
https://github.com/helm/examples

Last synced: 4 months ago
JSON representation

Helm chart repository for example charts

Awesome Lists containing this project

README

          

# Helm Example Repository

Ahoy world! I'm a Helm repository for example charts.

## Get started

Add this repository to Helm.

```
helm repo add examples https://helm.github.io/examples
```

Install an example.

```
helm install ahoy examples/hello-world
```