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
- Host: GitHub
- URL: https://github.com/helm/examples
- Owner: helm
- License: apache-2.0
- Created: 2021-03-02T18:14:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T03:09:31.000Z (about 2 years ago)
- Last Synced: 2024-12-27T01:42:24.368Z (over 1 year ago)
- Language: Smarty
- Size: 16.6 KB
- Stars: 81
- Watchers: 11
- Forks: 287
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
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
```