Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackbradys/charts
https://github.com/zackbradys/charts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zackbradys/charts
- Owner: zackbradys
- License: mit
- Created: 2023-03-07T16:02:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T20:51:57.000Z (7 months ago)
- Last Synced: 2024-06-23T03:08:41.109Z (7 months ago)
- Language: Mustache
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Helm Charts Repository
## About Me
A little bit about me and my history in the industry. If you have any questions, please reach out to me at [email protected]!
- Former Contractor
- U.S. Military Reservist
- Open-Source Contributor
- Built and Exited a Digital Firm
- Active Volunteer Firefighter/EMT## Configuration
### Adding the Helm Chart via CLI:
```bash
helm repo add zackbradys https://zackbradys.github.io/charts
helm repo update
```### Adding the Helm Chart via Rancher Manager:
1. Authenticate into the Rancher Manager UI
2. Open the local cluster or downstream cluster
3. Click into Apps -> Charts -> Repositories
4. Click "Create" and enter the following information:```bash
Name: zackbradys
Target: http(s) URL to index generated by Helm
Index URL: https://zackbradys.github.io/charts
Authentication: None
```