Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danieljsaldana/hello-world
- Owner: danieljsaldana
- License: apache-2.0
- Created: 2024-07-20T16:37:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T17:09:01.000Z (7 months ago)
- Last Synced: 2024-12-24T12:27:02.850Z (about 2 months ago)
- Topics: helm
- Language: Smarty
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```