https://github.com/batazor/charts
Helm Charts
https://github.com/batazor/charts
Last synced: 4 months ago
JSON representation
Helm Charts
- Host: GitHub
- URL: https://github.com/batazor/charts
- Owner: batazor
- License: mit
- Created: 2017-12-20T09:56:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T10:45:52.000Z (about 7 years ago)
- Last Synced: 2025-01-11T08:45:14.759Z (over 1 year ago)
- Homepage: https://batazor.github.io/charts/
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```