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

https://github.com/batazor/charts

Helm Charts
https://github.com/batazor/charts

Last synced: 4 months ago
JSON representation

Helm Charts

Awesome Lists containing this project

README

          

# Charts
Helm Charts

### Getting start

```
# Add repo to Helm
helm repo add micro-company https://batazor.github.io/charts/

# Update repo charts
helm repo update

# Install project
helm install batazor/react-app
```