Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danieljsaldana/hello-world

Helm chart repository for example charts
https://github.com/danieljsaldana/hello-world

helm

Last synced: 5 days 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
```